[arch-general] libxp.so.6 not found
Hi I need to run a GUI tool. It runs fine under Ubuntu but when I try to run under Arch, it says:
./gmv ./gmv: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
Earlier, multiple other libraries were missing too, such as libxt, but I was able to install them using pacman. FYI I have enabled [multilib] repository in my pacman.conf file.
ldd gmv linux-gate.so.1 (0xf771f000) libGL.so.1 => /usr/lib32/libGL.so.1 (0xf7625000) libGLU.so.1 => /usr/lib32/libGLU.so.1 (0xf7595000) libXt.so.6 => /usr/lib32/libXt.so.6 (0xf752d000) libXmu.so.6 => /usr/lib32/libXmu.so.6 (0xf750d000) libXext.so.6 => /usr/lib32/libXext.so.6 (0xf74f5000) libXp.so.6 => not found libXpm.so.4 => not found libX11.so.6 => /usr/lib32/libX11.so.6 (0xf73a5000) libm.so.6 => /usr/lib32/libm.so.6 (0xf734d000) libc.so.6 => /usr/lib32/libc.so.6 (0xf7195000) libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf7175000) libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7155000) libdl.so.2 => /usr/lib32/libdl.so.2 (0xf714d000) libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf6fd5000) libSM.so.6 => /usr/lib32/libSM.so.6 (0xf6fc5000) libICE.so.6 => /usr/lib32/libICE.so.6 (0xf6fa5000) libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf6f7d000) /lib/ld-linux.so.2 (0xf76f5000) libuuid.so.1 => /usr/lib32/libuuid.so.1 (0xf6f75000) libXau.so.6 => /usr/lib32/libXau.so.6 (0xf6f6d000) libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf6f65000)
Pacman says that I have libxp already installed (though there is no libxp from multilib repo):
pacman -Ss libxp extra/libxp 1.0.3-1 [installed] X11 X Print Library extra/libxpm 3.5.11-1 [installed] X11 pixmap library
Could any body help me figure this out? As per my understanding, my GUI tool needs 32-bit libraries. The other libraries that I installed had some packages like 'lib32-xyz' from multilib repo. But libxp has no 32 bit package. Regards, Fulcrum
On Fri, 4 Mar 2016 10:22:17 +0800 Fulcrum <fulcrummike@hotmail.com> wrote:
Could any body help me figure this out? As per my understanding, my GUI tool needs 32-bit libraries. The other libraries that I installed had some packages like 'lib32-xyz' from multilib repo. But libxp has no 32 bit package.
Sure it does, you just have to build it yourself. https://aur.archlinux.org/packages/lib32-libxp/
On 03/04/2016 10:27 AM, Doug Newgard wrote:
Sure it does, you just have to build it yourself. https://aur.archlinux.org/packages/lib32-libxp/
Thanks for the info. It solved the issue. Regards,
participants (2)
-
Doug Newgard
-
Fulcrum