[Bug 782] Unable to start openssh after upgrading to 3.7.1.p2
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Mon Jan  5 22:57:30 EST 2004
    
    
  
http://bugzilla.mindrot.org/show_bug.cgi?id=782
------- Additional Comments From dtucker at zip.com.au  2004-01-05 04:57 -------
This is from my Solaris 8 box:
$ ls -l `locate librt.so`
-rwxr-xr-x 1 root bin  76328 Jan  6 2000 /usr/lib/abi/abi_librt.so.1
lrwxrwxrwx 1 root root    12 Apr  2 2002 /usr/lib/librt.so -> ./librt.so.1
-rwxr-xr-x 1 root bin  41816 Jun 28 2001 /usr/lib/librt.so.1
lrwxrwxrwx 1 root other   10 May 20 2002 /usr/lib/sparcv9/librt.so -> librt.so.1
-rwxr-xr-x 1 root b    54928 Jun 28  2001 /usr/lib/sparcv9/librt.so.1
I'm betting you compiled and linked OpenSSH with LIBRARY_PATH (and probably
LD_LIBRARY_PATH) set with /usr/lib/sparcv9 first, and the linker picked up librt
from there.  Try this:
LD_LIBRARY_PATH=/usr/lib/sparcv9:/usr/lib /path/to/sshd
Alternatively, did someone fiddled with crle?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the openssh-bugs
mailing list