[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wordperfect fails to run



On Thu, 18 Feb 1999, Kelly Corbin wrote:

> Wordperfect fails with the message:
> can't load library 'libXt.so.6'
> 
> Any ideas?

You probably don't have the libXt.so.6 (libc5) installed.  Go to the
directory containing WP binaries and do 'ldd xwp'.  This should identify
the shared library dependencies and point out any other missing files:

$ ldd xwp
        libXt.so.6 => /usr/lib/libc5-compat/libXt.so.6 (0x4000c000)
        libX11.so.6 => /usr/lib/libc5-compat/libX11.so.6 (0x4004e000)
        libXpm.so.4 => /usr/lib/libc5-compat/libXpm.so.4 (0x400ec000)
        libm.so.5 => /lib/libm.so.5 (0x400fa000)
        libc.so.5 => /lib/libc.so.5 (0x40103000)
        libSM.so.6 => /usr/lib/libc5-compat/libSM.so.6 (0x401c1000)
        libICE.so.6 => /usr/lib/libc5-compat/libICE.so.6 (0x401ca000)

To supply all of these, you will need to have the libc5, xlib6 and xpm4.7
packages installed.

Bob

----
Bob Nielsen                 Internet: nielsen@primenet.com
Tucson, AZ                  AMPRnet:  w6swe@w6swe.ampr.org
DM42nh                      http://www.primenet.com/~nielsen


Reply to: