Aditya Dhekney wrote:
> [root@oddjob /]# /usr/bin/ldd /etc/httpd/modules/midgard.so
> libc.so.6 => /lib/libc.so.6 (0x40075000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
That's an odd place to find midgard.so. Is that what extension_dir is
set to, and what php-config --extensions-dir returns?
Anyhow:
$ ldd midgard/php4/modules/midgard.so
libmidgard.so.5 => /usr/local/lib/libmidgard.so.5 (0x4006f000)
libc.so.6 => /lib/libc.so.6 (0x40081000)
libmysqlclient.so.6 => /usr/lib/libmysqlclient.so.6 (0x4016f000)
libexpat.so.0 => /usr/local/lib/libexpat.so.0 (0x40183000)
libm.so.6 => /lib/libm.so.6 (0x4019f000)
libz.so.1 => /usr/lib/libz.so.1 (0x401bb000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x401ca000)
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x401f7000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
libnsl.so.1 => /lib/libnsl.so.1 (0x4021a000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40230000)
so one way or the other the linkage is off. We've seen this happen
before but I can't find info on it in the mailinglist archives
offhand. When it is located we'll add this one to the FAQ.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]