[MDEV-4134] Upgrade to 5.5.29-1 killed PHP Created: 2013-02-04 Updated: 2013-03-06 Resolved: 2013-02-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.29 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Gabriel PREDA | Assignee: | Vladislav Vaintroub |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | packaging | ||
| Environment: |
CentOS 6.3 Linux [removed] 2.6.32-279.14.1.el6.x86_64 #1 SMP Tue Nov 6 23:43:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux [root@[removed] ~]# php -v Configure Command => ./configure --cache-file=../php-5.3.14.cache --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d --with-apxs2 --with-gd --enable-gd-native-ttf --enable-gd-jis-conv --with-jpeg-dir --with-png-dir --with-xpm-dir --with-libdir=lib64 --with-freetype-dir --with-t1lib --with-gettext --with-zlib --enable-mod-charset --with-openssl --with-kerberos --with-pcre-regex --with-sqlite3 --enable-bcmath --with-bz2 --enable-calendar --enable-ctype --with-curl --disable-dba --enable-dom --enable-exif --enable-fileinfo --enable-filter --enable-ftp --with-gmp --with-mhash --enable-hash --with-iconv --with-imap --with-imap-ssl --enable-intl --enable-json --with-ldap --with-ldap-sasl --enable-mbstring --enable-mbregex --enable-mbregex-backtrack --with-libmbfl --with-onig --with-mcrypt --with-mysql=/usr/bin/mysql_config --with-mysqli=/usr/bin/mysql_config --enable-pcntl --enable-pdo --with-pdo-mysql=/usr/bin/mysql_config --with-pdo-sqlite --enable-phar --enable-posix --without-libedit --with-readline --without-recode --enable-session --without-mm --enable-shmop --enable-simplexml --with-openssl-dir --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-tidy --enable-wddx --enable-xml --enable-xmlreader --with-xmlrpc --enable-xmlwriter --with-xsl --enable-zip --with-pcre-dir --with-pear --disable-debug --with-snmp |
||
| Issue Links: |
|
||||||||
| Description |
|
Upgraded through yum to 5.5.29-1. All cron jobs started to complain about php [root@[removed] ~]# php -v Downgrading to MariaDB-5.5.28a solved the issue. |
| Comments |
| Comment by Elena Stepanova [ 2013-02-04 ] |
|
Looks the same as |
| Comment by Vladislav Vaintroub [ 2013-02-04 ] |
|
Was it a self-compiled mysqli.so? Asking because the one that comes with the distro, depends on libmysqlclient16.so (which corresponds to MySQL5.1 to MariaDB 5.3) |
| Comment by Gabriel PREDA [ 2013-02-04 ] |
|
Yes. |
| Comment by Aleksey Sanin (Inactive) [ 2013-03-06 ] |
|
I've run into the same issue with both MariaDB 5.5.29 and PHP compiled from sources |