Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 463950 - dev-lang/php-5.5.0_beta2-r1 build fails with "wrong mysql library version"
Summary: dev-lang/php-5.5.0_beta2-r1 build fails with "wrong mysql library version"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-31 00:28 UTC by Märt Bakhoff
Modified: 2013-03-31 11:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info '=dev-lang/php-5.5.0_beta2-r1' (emerge-info.log,5.03 KB, text/plain)
2013-03-31 00:29 UTC, Märt Bakhoff
Details
build.log (build.log,21.55 KB, text/plain)
2013-03-31 00:30 UTC, Märt Bakhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Märt Bakhoff 2013-03-31 00:28:33 UTC
php-5.5.0_beta2-r1 build fails. php-5.5.0_beta1-r3 was ok. 

~amd64-hardened
dev-lang/php-5.5.0_beta2-r1
dev-db/mariadb-5.5.30

ebuild     U  ] dev-lang/php-5.5.0_beta2-r1:5.5 [5.5.0_beta1-r3:5.5] USE="apache2 bcmath berkdb bzip2 calendar cgi cli crypt ctype curl curlwrappers exif fileinfo filter ftp gd gdbm gmp hash iconv ipv6 json mhash mysql mysqli nls opcache pdo phar posix postgres readline session simplexml soap sockets sqlite ssl sysvipc threads tidy tokenizer truetype unicode xml xmlreader xmlwriter xsl zip zlib -cdb -cjk -debug -doc -embed -enchant -firebird -flatfile -fpm (-frontbase) -imap -inifile -intl -iodbc -kerberos -ldap -ldap-sasl -libedit -libmysqlclient% -mssql -oci8-instant-client -odbc -pcntl -qdbm -recode (-selinux) -sharedmem -snmp -spell (-sybase-ct) -wddx -xmlrpc -xpm (-mysqlnd%*)"

checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... /var/run/mysqld/mysqld.sock
checking for MySQL UNIX socket location... /var/run/mysqld/mysqld.sock
checking for MySQLi support... yes
checking whether to enable embedded MySQLi support... no
checking for mysql_set_server_option in -lmysqlclient_r... no
configure: error: wrong mysql library version or lib not found. Check config.log for more information.


Reproducible: Always
Comment 1 Märt Bakhoff 2013-03-31 00:29:28 UTC
Created attachment 343806 [details]
emerge --info '=dev-lang/php-5.5.0_beta2-r1'
Comment 2 Märt Bakhoff 2013-03-31 00:30:27 UTC
Created attachment 343808 [details]
build.log
Comment 3 Ole Markus With (RETIRED) gentoo-dev 2013-03-31 06:21:00 UTC
I have been trying to make mysqlnd default with the newer revbump. Something wrong might have happened when I did that, as, with your flags, it should not look for mysqlclient_r. I'll see if I can reproduce.

Could you give me your config.log?
Comment 4 Ole Markus With (RETIRED) gentoo-dev 2013-03-31 06:32:54 UTC
Never mind. Saw the issue in the build log. Revbump with fix in CVS.
Comment 5 Märt Bakhoff 2013-03-31 11:56:51 UTC
Works for me :) Thanks for the quick response!