On Tue, 22 Jun 1999, Maurice Hendrix wrote:

> 
> 
> > ----------
> > From:       [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]]
> >  
> > > According /usr/src/linux/Documentation/Changes I should do 'ls -l
> > > /lib/libc*'. But if the version number is not encoded in the
filename,
> > that
> > > won't help.
> > 
> > The versionn number _is_ included in the file name.  Always.  Do ls
-l
> > /lib/libc* and see what you get.
> > 
> > > So, how do I find out the version number if the file is called
> > > /lib/libc.so.6 ?
> > > 
> > ls -l /lib/libc.so.6
> > 
> > libc.so.6 is a symbolic to the real libc file, probably libc-2.0.6.so
or
> > something. :-).
> > 
> I beg to differ. On *my* system (SuSE 6.1) I get this:
> 
> # ls -l /lib/libc*
> 
> -rwxrwxr-x   1 root     devel     2475225 Apr 15 01:57 /lib/libc.so.6
> -rwxrwxr-x   1 root     devel       85427 Apr 15 02:00
/lib/libcrypt.so.1
> 
> So, which version do I have then?
> 
> --
> Maurice Hendrix
> 
Blow me down flat if I know.  Unless you have ls aliased to "ls -L" and
libc is really installed in /usr/lib or /usr/local/lib, I don't know how
you could get that result.  You might try ls -l /usr/lib/libc* and
/usr/local/lib/libc* and see what you find.

Normally version 2 of libcrypt goes with libc.so.6, although I do have a
libc.so.1, it is a symbolic link to libcrypt-2.0.6.so.  Does crypt()
work?

Lawson
          >< Microsoft free environment

This mail client runs on Wine.  Your mileage may vary.





___________________________________________________________________
Get the Internet just the way you want it.
Free software, free e-mail, and free Internet access for a month!
Try Juno Web: http://dl.www.juno.com/dynoget/tagj.

Reply via email to