|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-10-07 03:20 UTC] pavel dot stratil-jun at fenix dot cz
Description:
------------
With: mysql-5.0.7-beta
c-client-2004e
Configure: './configure' '--prefix=/opt/php' '--with-apxs2=/opt/apache/bin/apxs' '--with-zlib' '--with-bz2' '--enable-calendar' '--with-jpeg-dir=/usr/sfw' '--with-gd' '--with-ttf' '--enable-gd-native-ttf' '--with-db4=/usr/local/BerkeleyDB.4.1' '--with-imap=/usr/local/imap-client' '--with-imap-ssl=/usr/local/ssl' '--with-png-dir=/usr/sfw' '--with-gettext' '--with-xml=/usr/local' '--with-expat-dir=/usr/local/expat' '--with-xsl=/usr/local' '--enable-bcmath' '--with-curl=/usr/local/curl' '--with-curlwrappers' '--with-mysqli=/opt/mysql/bin/mysql_config' '--with-mcrypt=/usr/local/mcrypt' '--with-mhash=/usr/local/mhash' '--with-libxml-dir=/usr/local' '--enable-embedded-mysqli' '--enable-ipv6' '--with-iconv' '--enable-ftp' '--enable-mbstring=all' '--enable-exif' '--enable-pcntl' '--enable-sigchild' '--with-openssl' '--without-mysql' '--with-xmlrpc'
Fails with:
ld: fatal: symbol `hash' create is multiply defined
(file /usr/local/imap-client/lib/libc-client.a(misc.o) type=FUNC; file /opt/mysql/lib/mysql/libmysqld.a(libha_hash0hash.o) type=FUNC;)
ld: fatal: File processing errors. No output written to .libs/libphp5.so
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 23:00:01 2025 UTC |
I dropped back to the current mysql 4.1.14. Also tried with c-client-2004g. Same error: -lsocket -lnsl -lm -lcrypt -o libphp5.la ld: fatal: symbol `hash_create' is multiply-defined: (file /usr/local/imap-client/lib/libc-client.a(misc.o) type=FUNC; file /opt/mysql/lib/mysql/libmysqld.a(libha_hash0hash.o) type=FUNC); ld: fatal: File processing errors. No output written to .libs/libphp5.so collect2: ld returned 1 exit status make: *** [libphp5.la] Error 1