On Wed, 23 Feb 2000, you wrote:
> I have several X applications that I've obtained in binary form
> which call this lib (libXpm.so.4), but I get the error "can't
> load library 'libXpm.so.4'". It exists on my system:
>
> /usr/X11R6/lib/libXpm.so.4 --> /usr/X11R6/lib/libXpm.so.4.10
>
> Is this 4.10 vers. of the lib incompatible with older versions?
> Perhaps I need to set an environment variable? (xesslite is one
> app that can't seem to find it...)
As a start, try typing (as root) ldconfig -v
This will update the cache, and print a listing of the files linked.
There may be an error message regarding this file. You can redirect the
messages to a file: ldconfig -v > junk, so you'll see only the warnings
on screen. The file junk will contain a list of directories and the files that
were linked in each. man ldconfig has more info on this.
Regards,
Irv
--
To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.