On Fri, 15 Nov 2002 11:27:59 -0800
Guy Harris <[EMAIL PROTECTED]> wrote:

> On Fri, Nov 15, 2002 at 08:17:29AM +0000, Geoff wrote:
> > I think my zlib is up-to-date - it is 1.1.4 which (according
> > to http://www.gzip.org/zlib/), is current.
> 

> What does the commands
> 
>       nm -p /usr/lib/libz.a | egrep gzgets
>       nm -p /usr/lib/libz.so | egrep gzgets
>       nm -p /usr/local/lib/libz.a | egrep gzgets
>       nm -p /usr/local/lib/libz.so | egrep gzgets
> 
> report?

Hello Guy,

[EMAIL PROTECTED]:~ > nm -p /usr/lib/libz.a | egrep gzgets
000015ac T gzgets

[EMAIL PROTECTED]:~ > nm -p /usr/lib/libz.so | egrep gzgets
0000387c T gzgets

[EMAIL PROTECTED]:~ > nm -p /usr/local/lib/libz.a | egrep gzgets
nm: /usr/local/lib/libz.a: No such file or directory

[EMAIL PROTECTED]:~ > nm -p /usr/local/lib/libz.so | egrep gzg
nm: /usr/local/lib/libz.so: No such file or directory

I should, perhaps add, that I am running a linux from scratch
system.  Complying with the linux from scratch book, I installed
zlib with :

/configure --prefix=/usr &&
make &&
make install &&
./configure --prefix=/usr --shared &&
make &&
make install &&
cp zlib.3 /usr/share/man/man3

Geoff
__________________________________________________

Do You Yahoo!?

Everything you'll ever need on one web page

from News and Sport to Email and Music Charts

http://uk.my.yahoo.com


Reply via email to