Hi all I've got problem when try to run WordPerfect for linux
It claimes that it cann't find libXpm.so.4 library. when I try to use ldd on WordPerfect executable (xwp) it shows: libXt.so.6 => /usr/lib/libc5-compat/libXt.so.6 (0x4000d000) libX11.so.6 => /usr/lib/libc5-compat/libX11.so.6 (0x4004f000) libXpm.so.4 => not found libm.so.5 => /lib/libm.so.5 (0x400ed000) libc.so.5 => /lib/libc.so.5 (0x400f6000) libSM.so.6 => /usr/lib/libc5-compat/libSM.so.6 (0x401b4000) libICE.so.6 => /usr/lib/libc5-compat/libICE.so.6 (0x401bd000) But When I try to use "ldconfig -p" it shows that said library exists: libXpm.so.4 (libc6) => /usr/X11R6/lib/libXpm.so.4 libXpm.so (libc6) => /usr/X11R6/lib/libXpm.so (And file libXpm.so.4 REALY exist) Can anybody explain me why dynamic linker cann't find this file at runtime ? Alex