Bug #16595 | zlib linking problems | ||
---|---|---|---|
Submitted: | 18 Jan 2006 8:44 | Modified: | 24 Sep 2007 12:30 |
Reporter: | Lenz Grimmer | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S3 (Non-critical) |
Version: | 4.1.16, 4.1.19, 5.0.45 | OS: | Linux (RHEL3) |
Assigned to: | CPU Architecture: | Any |
[18 Jan 2006 8:44]
Lenz Grimmer
[8 Feb 2006 4:18]
Ryan Brothers
I was the one who originally reported this issue to Lenz. I just tried the new version 4.1.18 released today and I ran into the same issue using the RHEL3 (x86) set of RPM's. Please let me know if I can provide any more information or can assist in any way. Thanks.
[27 Feb 2006 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[22 May 2006 20:28]
Bart Van Lancker
This problem persists in 4.1.19 for RHEL3. To solve the problem I have to uninstall mysql-devel and reinstall a version below 4.1.16 of mysql-devel.
[31 May 2006 0:40]
Andrew Hildebrand
I ran into the same issue trying to 5.0.19 and connector 3.51.12. A few things that I noticed when compiling were: 1) There are 2 "-lz" options passed to libtool right before the compile dies. /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -DDBUG_OFF -I/usr/include/mysql -g -pipe -march=i386 -mcpu=i686 -o libmyodbc3.la -rpath /usr/local/lib -release 3.51.12 catalog.lo connect.lo cursor.lo dll.lo error.lo execute.lo handle.lo info.lo myodbc3.lo options.lo prepare.lo results.lo transact.lo utility.lo -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm ../util/libmyodbcutil.la -L/usr/local//lib -lz -lodbcinst 2) On the gcc line where the compile dies, there are 2 "/usr/lib/mysql/libz.a" libs passed to gcc. If you remove one of them and try that line by hand, it works. gcc -shared .libs/catalog.o .libs/connect.o .libs/cursor.o .libs/dll.o .libs/error.o .libs/execute.o .libs/handle.o .libs/info.o .libs/myodbc3.o .libs/options.o .libs/prepare.o .libs/results.o .libs/transact.o .libs/utility.o -Wl,--whole-archive ../util/.libs/libmyodbcutil.a /usr/lib/mysql/libmysqlclient.a /usr/lib/mysql/libz.a /usr/lib/mysql/libz.a -Wl,--no-whole-archive -L/usr/lib/mysql -lcrypt -lnsl -lm /usr/lib/libltdl.so -ldl -L/usr/local//lib -lodbcinst -march=i386 -mcpu=i686 -Wl,-soname -Wl,libmyodbc3-3.51.12.so -o .libs/libmyodbc3-3.51.12.so 3) For some reason post 4.1.16, MySQL comes with it's own version of libz.a as you can see based on the path that libtool is picking up (Also verified by checking the rpms that were installed). A previous comment says to back rev to 4.1.16 and the compile goes through with no errors which is correct, but there are fixes in 4.1.19/5.0.19 (bug#6536 & bug#11892) that help with the MyODBC connector issues. 4) My hack/workaround was to remove/comment out the zlib check in the configure script. For mysql-connector-odbc-3.51.12 they are lines 19782 - 19853 (or just search for "-lz"). After doing that, the libtool only has a single "-lz" option and subsequently gcc only tries to compile in a single /usr/lib/mysql/libz.a. Hope that helps.
[30 Aug 2007 13:41]
Ryan Brothers
I just wanted to find out if there were any updates on this? I am still running into the same issue on RHEL4 using MySQL-devel-community-5.0.45-0.rhel4.
[7 Sep 2007 8:03]
Sveta Smirnova
Thank you for the report. Please provide exact configure line you use to compile PHP. Also confirm you use binary version of MySQL and provide accurate version of package you use (file name).
[16 Sep 2007 22:31]
Ryan Brothers
I ran some additional tests and found out that this behavior only occurred on the older PHP 5.0.5 release that I was using. I didn't run into any issues when upgrading to the latest PHP 5.2.4. I believe this bug can now be closed. Thanks for your help.
[24 Sep 2007 12:30]
Sveta Smirnova
Thank you, Ryan, for the feedback. The bug is closed as "Can't repeat" according to the last comment.