You are not logged in.
I try to install slickedit on my 64bit archlinux, and when I execute the vsinit cmd to install it, error happen:
./vsinst: error while loading shared libraries: libXt.so.6: cannot open shared object file: No such file or directory
But I found the libXt.so.6 at my /usr/lib/ like:
[root@turingcat-work se_15000103_linux_full]# ls /usr/lib/libXt* -la
lrwxrwxrwx 1 root root 14 3月 11 2011 /usr/lib/libXt.so -> libXt.so.6.0.0
lrwxrwxrwx 1 root root 14 3月 11 2011 /usr/lib/libXt.so.6 -> libXt.so.6.0.0
-rwxr-xr-x 1 root root 412208 11月 2 06:15 /usr/lib/libXt.so.6.0.0
lrwxrwxrwx 1 root root 16 3月 11 2011 /usr/lib/libXtst.so -> libXtst.so.6.1.0
lrwxrwxrwx 1 root root 16 3月 11 2011 /usr/lib/libXtst.so.6 -> libXtst.so.6.1.0
-rwxr-xr-x 1 root root 23344 10月 31 23:56 /usr/lib/libXtst.so.6.1.0
so the file exist. anyone can help me?
thanks a lot.
Offline
probably program search in the wrong place ....
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
Let me guess, slickedit is a binary only closed source app, and only ships 32bit binaries?
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Let me guess, slickedit is a binary only closed source app, and only ships 32bit binaries?
yes, it is a binary and I can not find 64bit for it. I think is most powerful tools I need to write and analyse code, just like sourceinsight at windows.
Maybe it can not find the lib at /usr/lib32.
Offline
pacman -Q lib32-libxt if you don't have it, pacman -Syu lib32-libxt
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
I add the mutlilib and install lib32-libxt,it works well. Thanks all.
Offline