You are not logged in.

#1 2011-03-12 06:19:19

turingcat
Member
Registered: 2008-08-14
Posts: 18

libXt.so.6 cannot open shared object file: No such file or directory

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

#2 2011-03-12 10:46:20

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: libXt.so.6 cannot open shared object file: No such file or directory

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

#3 2011-03-12 13:43:50

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: libXt.so.6 cannot open shared object file: No such file or directory

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

#4 2011-03-13 13:33:06

turingcat
Member
Registered: 2008-08-14
Posts: 18

Re: libXt.so.6 cannot open shared object file: No such file or directory

Mr.Elendig wrote:

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

#5 2011-03-13 13:56:26

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: libXt.so.6 cannot open shared object file: No such file or directory

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

#6 2011-03-14 01:12:08

turingcat
Member
Registered: 2008-08-14
Posts: 18

Re: libXt.so.6 cannot open shared object file: No such file or directory

I add the mutlilib and install lib32-libxt,it works well. Thanks all.

Offline

Board footer

Powered by FluxBB