You are not logged in.

#1 2010-11-02 00:40:21

k_ibou
Member
From: Costa Rica
Registered: 2009-06-09
Posts: 101

epsxe error [SOLVED]

Hi everyone

I'm getting an error when I'm trying to load epsxe.

/home/user/.epsxe/epsxe: error while loading shared libraries: libXt.so.6: cannot open shared object file: No such file or directory

I tried to search libXt.so.6 unsuccessfully sad in google.

any idea how to solve this?

thanks ^^

Last edited by k_ibou (2010-11-03 05:21:23)

Offline

#2 2010-11-02 18:12:02

FrozenFox
Member
From: College Station, TX
Registered: 2008-03-23
Posts: 422
Website

Re: epsxe error [SOLVED]

$ pacman -Ql libxt | grep libXt.so
libxt /usr/lib/libXt.so
libxt /usr/lib/libXt.so.6
libxt /usr/lib/libXt.so.6.0.0

It should be in the libxt package (or lib32-libxt).

For future reference, you can use pkgfile (in the package pkgtools) to find out what package contains a given file you're looking for (if it exists in the official repos. It won't work for aur). Ie if you didn't already guess libxt, you could have done:

pkgfile libXt.so.6

..and it would return libxt.

If this is an error you're getting from an AUR package, you should report it to the maintainer as a missing dependency on the respective AUR page.

Last edited by FrozenFox (2010-11-02 18:13:38)

Offline

#3 2010-11-03 05:21:04

k_ibou
Member
From: Costa Rica
Registered: 2009-06-09
Posts: 101

Re: epsxe error [SOLVED]

FrozenFox thanks!!!! those commands are so helpful.

I haved to install lib32-libxt and lib32-zlib to solve the problem.

Offline

Board footer

Powered by FluxBB