M
mstanisz
Hi,
I've been doing research on the Gentoo and 2X forums, and I can't seem to fix the problem with libexpat. I am running Gentoo AMD64, and I have tried to installed both the rpm and source tar file, but when I go to run the application server client, I get the following error:
Here's my /usr/lib directory for libexpat:
I am trying this as root, and still getting nothing. I've done a rev-dep rebuild and installed all 65 packages again, but I still get the same error.
What could the problem be? Thanks!
Matt
I've been doing research on the Gentoo and 2X forums, and I can't seem to fix the problem with libexpat. I am running Gentoo AMD64, and I have tried to installed both the rpm and source tar file, but when I go to run the application server client, I get the following error:
Code:
./appserverclient: error while loading shared libraries: libexpat.so.1: cannot open shared object file: No such file or directory
Here's my /usr/lib directory for libexpat:
Code:
MATT-LAPTOP applicationserverclient # ls -la /usr/lib/libexpat*
-rw-r--r-- 1 root root 250636 Jan 29 17:28 /usr/lib/libexpat.a
-rw-r--r-- 1 root root 795 Jan 29 17:28 /usr/lib/libexpat.la
lrwxrwxrwx 1 root root 17 Jan 29 17:28 /usr/lib/libexpat.so -> libexpat.so.1.5.0
lrwxrwxrwx 1 root root 11 Jan 28 21:51 /usr/lib/libexpat.so.0 -> libexpat.so
lrwxrwxrwx 1 root root 17 Jan 29 17:28 /usr/lib/libexpat.so.1 -> libexpat.so.1.5.0
-rwxr-xr-x 1 root root 141760 Jan 29 17:28 /usr/lib/libexpat.so.1.5.0
I am trying this as root, and still getting nothing. I've done a rev-dep rebuild and installed all 65 packages again, but I still get the same error.
What could the problem be? Thanks!
Matt