View Single Post

   
  #3 (permalink)  
Old 01-16-2008, 09:40 AM
Casper H.S. Dik
 
Posts: n/a
Default Re: missing librt.so.1

Flash <flas@cox.net> writes:

>The above library is missing on a SunOS 5.5.1 Generic sun4m sparc
>SUNW,SPARCstation-5. Could someone tell me what I need to install to obtain
>the above missing library? I need it to complete an installation of
>openssh.


># ldd /usr/local/sbin/sshd
> libpam.so.1 => (not found)
> librt.so.1 => (not found)
> libsocket.so.1 (SUNW_0.7) => (version not found)
> libnsl.so.1 (SUNW_0.7) => (version not found)
> libnsl.so.1 (SUNWprivate_1.1) => (version not found)
> libc.so.1 (SUNW_1.1) => (version not found)


This looks like an application compiled for Solaris 2.6.

librt is the least of your worries.

Casper
Reply With Quote