php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31182 compile fails when using mysql 4.1.x and imap c-client 2004a
Submitted: 2004-12-18 17:27 UTC Modified: 2004-12-20 14:44 UTC
Votes:3
Avg. Score:5.0 ± 0.0
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:1 (33.3%)
From: sdolgy-php at squigly dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.0.3 OS: Linux 2.4.21-9.ELsmp
Private report: No CVE-ID: None
 [2004-12-18 17:27 UTC] 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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-18 17:30 UTC] sdolgy-php at squigly dot net
Will compile fine if I omit either mysql or imap arguments from ./configure ....

regards.
 [2004-12-18 18:02 UTC] ctbeers at syr dot edu
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
 [2004-12-18 23:46 UTC] derick@php.net
This is not a bug in PHP. The mysql library and/or imap library need to name-space protect their symbols. Please file a bug with them.
 [2004-12-20 14:44 UTC] sdolgy-php at squigly dot net
http://bugs.mysql.com/bug.php?id=7428
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 15:01:33 2024 UTC