Edit report at https://bugs.php.net/bug.php?id=55534&edit=1
ID: 55534 Updated by: johan...@php.net Reported by: jenaray at us dot ibm dot com Summary: Compile fails with Undefined symbol: .mysql_get_client_version -Status: Open +Status: Bogus Type: Bug Package: Compile Failure Operating System: AIX 5.3.0.0 PHP Version: 5.3.8 Block user comment: N Private report: N New Comment: AIX 5.3 is from 2004, PHP is from 2002 or so apache 1.2 is damn old, too. You can't expect software released less than a week ago to run on such an old base. For mysql you can try using --with-mysql=mysqlnd while I still won't expect PHP to work properly. Previous Comments: ------------------------------------------------------------------------ [2011-08-30 01:36:01] jenaray at us dot ibm dot com Description: ------------ Configure statement './configure' \ '--prefix=/opt/freeware' \ '--with-apxs=/opt/freeware/apache/sbin/apxs' \ '--with-mysql=/opt/freeware' \ '--with-config-file-path=/etc/opt/freeware/apache' \ '--with-zlib' \ '--with-zlib-dir=/opt/freeware' \ '--with-system-regex' \ '--with-gd' \ '--with-libxml-dir=/opt/freeware' \ '--with-jpeg-dir=/opt/freeware' \ '--with-png-dir=/opt/freeware' \ '--with-ftp' \ AIX 5.3.0 Apache 1.2 MySQL 3.23.32 Make fails with error - libtool: link: warning: library `/opt/freeware/lib/libjpeg.la' was moved. libtool: link: warning: library `/opt/freeware/lib/libjpeg.la' was moved. ld: 0711-317 ERROR: Undefined symbol: .mysql_get_client_version ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status gmake: *** [sapi/cli/php] Error 1 Expected result: ---------------- Successful make Actual result: -------------- libtool: link: warning: library `/opt/freeware/lib/libjpeg.la' was moved. libtool: link: warning: library `/opt/freeware/lib/libjpeg.la' was moved. ld: 0711-317 ERROR: Undefined symbol: .mysql_get_client_version ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status gmake: *** [sapi/cli/php] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55534&edit=1