Bug #4831 | libmysqlclient linked against specific version of libssl and libcrypto | ||
---|---|---|---|
Submitted: | 30 Jul 2004 16:33 | Modified: | 2 Aug 2004 13:52 |
Reporter: | Eric Brunson | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Packaging | Severity: | S3 (Non-critical) |
Version: | 4.1.3 | OS: | Linux (GNU/Linux) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[30 Jul 2004 16:33]
Eric Brunson
[30 Jul 2004 19:44]
Matthew Lord
Dear Sir, Thank you for a great bug report! You shouldn't have problems when building mysql. I've build 4.1.3 with ssl support on RH 9 using the --with-openssl and --with-vio options. booty-[~]$ldd /usr/local/mysql/libexec/mysqld | grep ssl libssl.so.4 => /lib/libssl.so.4 (0x4003f000) booty-[~]$ls -l /lib/libssl.so.4 lrwxrwxrwx 1 root root 16 Aug 13 2003 /lib/libssl.so.4 -> libssl.so.0.9.7a You can see that it automatically linked against 0.9.7a although I have the 0.9.6 library as well. Do you know exactly how mysql was being configured and built by the postfix install? I'm going to check the RPM now. Best Regards
[30 Jul 2004 23:01]
Matthew Lord
The MySQL-shared-4.1.3-0.i386.rpm does have a dependancy on libssl.so.0.9.6. I'm not sure how this should be handled but I will leave it up to the engineering team.
[30 Jul 2004 23:03]
Matthew Lord
Sorry, The same is true for libcrypto as the user mentions. Here's a full list of the deps: mysqldev@build:~/mlord> rpm -qpi --requires MySQL-shared-4.1.3-0.i386.rpm Name : MySQL-shared Relocations: (not relocateable) Version : 4.1.3 Vendor: MySQL AB Release : 0 Build Date: Wed 30 Jun 2004 02:53:21 PM MEST Install date: (not installed) Build Host: build.mysql.com Group : Applications/Databases Source RPM: MySQL-4.1.3-0.src.rpm Size : 2246158 License: GPL Packager : Lenz Grimmer <build@mysql.com> URL : http://www.mysql.com/ Summary : MySQL - Shared libraries Description : This package contains the shared libraries (*.so*) which certain languages and applications need to dynamically load and use MySQL. /bin/sh ld-linux.so.2 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.2) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libcrypt.so.1 libcrypto.so.0.9.6 libdl.so.2 libm.so.6 libnsl.so.1 libnss_dns.so.2 libnss_files.so.2 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.2) libresolv.so.2 libssl.so.0.9.6 libz.so.1
[2 Aug 2004 13:52]
Lenz Grimmer
This bug has been marked as a duplicate of BUG#1043