ID:               31182
 Comment by:       ctbeers at syr dot edu
 Reported By:      sdolgy-php at squigly dot net
 Status:           Open
 Bug Type:         Compile Failure
 Operating System: Linux 2.4.21-9.ELsmp
 PHP Version:      5.0.3
 New Comment:

This problem exists with 4.3.10 and mysql 4.1.[7|8] and UW imapd 2004
or 2004a.  I am compiling it on Solaris 8, but really need this fixed
in order to compile the latest php code.

Chris


Previous Comments:
------------------------------------------------------------------------

[2004-12-18 17:30:03] sdolgy-php at squigly dot net

Will compile fine if I omit either mysql or imap arguments from
./configure ....

regards.

------------------------------------------------------------------------

[2004-12-18 17:27:14] sdolgy-php at squigly dot net

Description:
------------
When compiling php 5.0.2 or php 5.0.3 with mysql 4.1.8 or 4.1.7 and
imap c-client 2004a libraries, consistently php fails to work.  This
was not a problem with mysql 4.0 branch.  So, might not be something
which can be avoided in php compile.  configure works fine.  make is
where it fails.  only when it tries linking everything together. 
afaik.

Reproduce code:
---------------
'./configure' \
'--with-apxs=/usr/local/apache/bin/apxs' \
'--localstatedir=/var' \
'--enable-gd-native-ttf' \
'--with-openssl=/usr/local/ssl' \
'--with-mysql' \
'--with-imap=/usr/local/imap-2004a' \
'--with-imap-ssl' \
'--with-java=/usr/java/jdk' \
'--with-kerberos' \
'--with-xml' \
'--with-xpm' \
'--with-bz2' \
'--with-jpeg-dir=/usr/lib' \
'--with-zlib-dir=/usr/lib' \
'--with-png-dir=/usr/lib' \
'--with-tiff-dir=/usr/lib' \
'--with-zlib-dir=/usr/lib' \
'--with-gettext' \
'--enable-fastcgi' \
'--disable-path-info-check' \
'--disable-ipv6' \
'--with-curl' \
'--with-exif' \
'--with-iconv' \
'--with-ldap' \
'--with-mbstring' \
'--with-mcrypt' \
'--with-mhash' \
"$@"


Expected result:
----------------
/usr/local/imap-2004a/lib/libc-client.a(misc.o)(.text+0x8a4): In
function `hash_reset':
/build/imap-2004a/c-client/misc.c:278: multiple definition of
`hash_reset'
/usr/lib/mysql/libmysqlclient.a(hash.o)(.text+0x130): first defined
here
/usr/bin/ld: Warning: size of symbol `hash_reset' changed from 94 in
/usr/lib/mysql/libmysqlclient.a(hash.o) to 89 in
/usr/lib/mysql/libmysqlclient.a(hash.o)
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1


Actual result:
--------------
/usr/local/imap-2004a/lib/libc-client.a(misc.o)(.text+0x8a4): In
function `hash_reset':
/build/imap-2004a/c-client/misc.c:278: multiple definition of
`hash_reset'
/usr/lib/mysql/libmysqlclient.a(hash.o)(.text+0x130): first defined
here
/usr/bin/ld: Warning: size of symbol `hash_reset' changed from 94 in
/usr/lib/mysql/libmysqlclient.a(hash.o) to 89 in
/usr/lib/mysql/libmysqlclient.a(hash.o)
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31182&edit=1

Reply via email to