Re: error installing 6.0.0 RPMs
Jeff Potter <[email protected]> Mon, 16 Jul 2007 14:23:37 -0400
| Newsgroups | gmane.mail.ezmlm |
|---|---|
| Message-ID | <[email protected]> |
> What does ldd /usr/lib/ezmlm/sub-mysql.so say?
>
>> Is this a case of needing another symlink?
>
> Probably sub-mysql.so was linked against a different version of
> libmysqlclient or something. Either that or a dynamic loader bug.
I compiled the rpms from the source rpms, and installed those to see
if it would fix the problem. No good. Here's the result of an 'ldd -
r' -- not being super-well-versed in this stuff, maybe someone here
would have some insight?
best,
Jeff
ldd -r /usr/lib/ezmlm/sub-sql.so
libnsl.so.1 => /lib/libnsl.so.1 (0x004e8000)
libm.so.6 => /lib/tls/libm.so.6 (0x00406000)
libc.so.6 => /lib/tls/libc.so.6 (0x00d75000)
/lib/ld-linux.so.2 (0x002de000)
undefined symbol: USAGE (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: FATAL (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: dlerror (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_fetch_row (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_affected_rows (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_init (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_escape_string (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_close (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: dlopen (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_errno (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: dlsym (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_real_query (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_error (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_free_result (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_use_result (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_eof (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_query (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_real_connect (/usr/lib/ezmlm/sub-sql.so)
undefined symbol: mysql_fetch_lengths (/usr/lib/ezmlm/sub-sql.so)
gcc -v
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --
infodir=/usr/share/info --enable-shared --enable-threads=posix --
disable-checking --with-system-zlib --enable-__cxa_atexit --disable-
libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-8)