I think you are having a problem that is caused by a missing sim
link in your lib directory. I searched for libz.so.1 on my Slackware 3.0
machine and it isn't there. But info works on my machine.

        You must have the new glibc which comes with version 3.5 and is
different. Go to your /lib directory and see if you have any libz.so.??
files. If you have a libz.so.2.1.3 for example then make a sim link to
libz.so.1 using the call:

        ln -s libz.so.2.1.3 libz.so.1

This should fix your problem. Hope it does.


On Mon, 3 Aug 1998, Michael D. Hobgood wrote:

> I've been trying to get the info command on my Slackware 3.5 system to
> work.  Whenever I type info, I get the message "libz.so.1 not found". 
> I've looked at all lib files on my system and this file doesn't exist. 
> After searching the Debian site where I first downloaded Slackware 3.5,
> I am unable to find any precompiled version of this lib or the source
> for it.  Until I can get info to work, the only way I can read the info
> files for various programs is via emacs or by unzipping them and using
> elvis (which is a pain). Using emacs is ok I guess, but being new to
> Linux, I still need to learn emacs itself.  I did unzip the info.gz file
> but it contains instructions on how to use the info program, no help on
> what to do if the program doesnt' work.  A file labeled Manifest.gz
> contains a listing of all files contained in the Slackware distribution,
> and in reviewing it I could not see where this lib was located.  Nothing
> has appeared on any of the linux newsgroups concerning any problems with
> the info command.  Any assistance is much appreciated.
> 
> Micheal Hobgood
> 
> 

Best wishes 

   - Karl F. Larsen, 3310 East Street, Las Cruces,NM (505) 524-3303  -

Reply via email to