Your message dated Tue, 7 Jun 2011 14:04:23 +0200
with message-id <[email protected]>
and subject line Obsolete
has caused the Debian Bug report #500550,
regarding [aolserver4-nsopenssl] libnsopenssl.so: cannot open shared object
file: No such file or directory
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
500550: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500550
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aolserver4-nsopenssl
Severity: important
--- Please enter the report below this line. ---
Hi,
Aolserver gives the following error when trying to load nsopenssl.so:
[29/Sep/2008:11:25:11][26356.3083773616][-main-] Notice: modload: loading
'/usr/lib/aolserver4/bin/nsopenssl.so'
[29/Sep/2008:11:25:11][26356.3083773616][-main-] Warning: modload: could not
load /usr/lib/aolserver4/bin/nsopenssl.so: libnsopenssl.so: cannot open shared
object file: No such file or directory
[29/Sep/2008:11:25:11][26356.3083773616][-main-] Fatal: modload: failed to load
module '/usr/lib/aolserver4/bin/nsopenssl.so'
The file libnsopenssl.so exists, but it's not on the shared libraries list of
the nsopenssl.so file. A simple ldconfig fixes it:
<Arwen> (/usr/lib/aolserver4/bin) # ldd nsopenssl.so
linux-gate.so.1 => (0xffffe000)
libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb7f3c000)
libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0xb7de9000)
libnsopenssl.so => not found
libnsd.so => /usr/lib/aolserver4/lib/libnsd.so (0xb7d84000)
libnsthread.so => /usr/lib/aolserver4/lib/libnsthread.so (0xb7d7b000)
libtcl8.4.so.0 => /usr/lib/libtcl8.4.so.0 (0xb7cc6000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7cc2000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7ca8000)
libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb7c82000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7c75000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7b1a000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7b05000)
/lib/ld-linux.so.2 (0x80000000)
<Arwen> (/usr/lib/aolserver4/bin) # ldconfig
<Arwen> (/usr/lib/aolserver4/bin) # ldd nsopenssl.so
linux-gate.so.1 => (0xffffe000)
libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb7f15000)
libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0xb7dc2000)
libnsopenssl.so => /usr/lib/aolserver4/lib/libnsopenssl.so (0xb7db3000)
libnsd.so => /usr/lib/aolserver4/lib/libnsd.so (0xb7d4f000)
libnsthread.so => /usr/lib/aolserver4/lib/libnsthread.so (0xb7d46000)
libtcl8.4.so.0 => /usr/lib/libtcl8.4.so.0 (0xb7c91000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7c8d000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7c73000)
libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb7c4d000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7c40000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7ae5000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7ad0000)
/lib/ld-linux.so.2 (0x80000000)
Cheers, Héctor
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.12.6
Debian Release: lenny/sid
500 unstable ftp.fr.debian.org
500 unstable debian.adenu.ia.uned.es
500 stable www.debian-multimedia.org
--- Package information. ---
Depends (Version) | Installed
=============================-+-==============
aolserver4 (>= 4.0-1) | 4.5.0-16
libc6 (>= 2.7-1) | 2.7-13
libgcc1 | 1:4.3.2-1
libssl0.9.8 (>= 0.9.8f-1) | 0.9.8g-13
openssl (>= 0.9.6) | 0.9.8g-13
tcl8.4 (>= 8.4.16) | 8.4.19-2
--- End Message ---
--- Begin Message ---
Since quite a few versions, AOLserver and all its modules use RPATH:
chrpath -l /usr/lib/aolserver4/bin/nsopenssl.so
/usr/lib/aolserver4/bin/nsopenssl.so: RPATH=/usr/lib/aolserver4/lib
So this is not more the case. This reports remained opened due to
my oversight, so closing.
--
Francesco P. Lovergine
--- End Message ---