Where is zlib-1.2.2 zlib.so?

Mark admin at asarian-host.net
Tue Mar 22 07:25:18 PST 2005


> -----Original Message-----
> From: Kris Kennaway [mailto:kris at obsecurity.org] 
> Sent: dinsdag 22 maart 2005 15:22
> To: Mark
> Cc: freebsd-questions at freebsd.org
> Subject: Re: Where is zlib-1.2.2 zlib.so?
> 
> On Tue, Mar 22, 2005 at 09:31:25AM +0000, Mark wrote:
> 
> > > > cd /usr/local/lib; if test -f libz.so.1.2.2; then  rm -f
> > > > libz.so libz.so.1;
> > > > ln -s libz.so.1.2.2 libz.so;  ln -s libz.so.1.2.2 libz.so.1;
> 
> > So, to reiterate, where is the new shared library, libz.so?
> 
> You were looking in /usr/lib, not /usr/local/lib.

No, honestly, I was looking in /usr/ as a whole:

asarian-host: {root} % find /usr/ -name "libz.*" | xargs ls -la
-r--r--r--  1 root  wheel  61898 Mar  7  2004 /usr/lib/libz.a
lrwxr-xr-x  1 root  wheel      9 Mar  7  2004 /usr/lib/libz.so -> libz.so.2
-r--r--r--  1 root  wheel  52108 Mar  7  2004 /usr/lib/libz.so.2
-rwxr-xr-x  1 root  wheel  74486 Mar 21 21:01 /usr/local/lib/libz.a

It's not there.

Thanks,

- Mark



More information about the freebsd-questions mailing list