According to Michael D. Hobgood: While burning my CPU.
>
> 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
I cant help you on the libz.so.1 problem, never heard of libz. However you
dont need to go to all that trouble to read 'info pages' a simple command
set;
cd /usr/info
zless ispell.info.gz
What you could do is try 'ldd /usr/bin/info' to see what libs are needed for
info, it could return an answer for your problem.
If it returns something like libc.so.5 => /lib/libc.so.5.3.12 and when you
type 'info' you still get, "libz.so.1 not found" try linking the 2 libs,
it might help.
>
--
Regards Richard.
[EMAIL PROTECTED]