On Wed, Mar 22, 2000 at 03:04:40PM +0100, Jose Alberto Lobo wrote: > A problem with libXpm.so.4. > > I run debian 2.1, kernel 2.2.14, and recently downloaded and compiled a > program from citrix.com which I need to access through the net certain > databases on a server running MS-Windows. > > When I try to run the program the shell complains that "can't load > library > 'libXpm.so.4'". I noticed Debian 2.1 has libXpm.so.4.10 in /usr/X11R6/lib. > In a different computer running Slackware 4.0, I observed libXpm.so.4.11 > instead, also in /usr/X11R6/lib.
I'm guessing that the differences between 4.10 and 4.11 should not be significant enough to cause breakage. Typically, a symlink is all that is required (ln -s libXpm.so.4.10 libXpm.so.4). However, if you compile the program against a newer version, it's likely to break with older versions. I'm not sure why you didn't have the symlink, and the libXpm in potato is 4.11. Looks like another user posted a solution to your Bash problem. -- +----------------------------------------------------+ | Eric G. Miller [email protected] | | GnuPG public key: http://www.jps.net/egm2/gpg.asc | +----------------------------------------------------+

