Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2005 15:25:15 GMT
From:      Mark <admin@asarian-host.net>
To:        "'Kris Kennaway'" <kris@obsecurity.org>
Cc:        freebsd-questions@freebsd.org
Subject:   RE: Where is zlib-1.2.2 zlib.so?
Message-ID:  <200503221525.j2MFPF91045100@asarian-host.net>
In-Reply-To: <20050322142151.GA20041@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> -----Original Message-----
> From: Kris Kennaway [mailto:kris@obsecurity.org] 
> Sent: dinsdag 22 maart 2005 15:22
> To: Mark
> Cc: freebsd-questions@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503221525.j2MFPF91045100>