WP 8.0 DPE for Linux installs but won start on my Linux distribution. How do I fix that?
WP 8.0 for Linux was distributed as a dynamically linked ELF binary, linked against libc5 (C library), libm (the related math library), a set of five X11 libraries for libc5-based software, and ld-linux.so.1.9.* (aka ld.so 1.9.*), the dynamic-linker/loader software current on Linux at that time. Those old libraries are often omitted from current Linux distributions. In such cases, you need to retrofit those libraries. (You can see the exact library links by running “ldd” = list library dependencies against the WordPerfect “xwp” main executable file.) Specifically: Prior to running the WP 8.0 installer, you must install ld-linux.so.1.9.* (usually in an ld.so package), libc of some version from 5.3.12 through 5.4.46, and libm.so.5.* (both usually in the libc5 package), and a set of X11 backward-compatibility libraries compiled against libc5 (libXt.so.6, libX11.so.6, libXpm.so.4, libSM.so.6, and libICE.so.6). Don’t forget to ensure the libraries’ directories are listed in /etc/ld.so.conf,
Related Questions
- WP 8.0 DPE for Linux installs perfectly, and runs fine for the root user, but quits with a segmentation fault if any non-root user starts it. Whats the cause?
- WP 8.0 DPE for Linux installs but won start on my Linux distribution. How do I fix that?
- What are the licence restrictions on WP 8.0 DPE for Linux?