Results 1 to 10 of 15
I installed kxmame ,and when i run it from the GUI nothing happened ,so i tried to run it from konsole and here is the error i get about a ...
- 08-17-2008 #1Linux Newbie
- Join Date
- Apr 2008
- Location
- Tirana,Albania
- Posts
- 166
A problem with Libso.0?
I installed kxmame ,and when i run it from the GUI nothing happened ,so i tried to run it from konsole and here is the error i get about a missing library i guess :
[kejdi@localhost ~]$ kxmame
kxmame: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory
[kejdi@localhost ~]$
Any idea how to fix this ??????I have had a 360 ,but it got the RROD
No more XBOX, i turned PS3
I had it for months ,it still amazes me!
Never seen a bigger failure of MICROSOFT then the XBOX 360!
- 08-18-2008 #2
What is the output of running
Code:ls -l /usr/lib/libexpat*
- 08-18-2008 #3Linux Newbie
- Join Date
- Apr 2008
- Location
- Tirana,Albania
- Posts
- 166
Here is my output:
[kejdi@localhost ~]$ ls -l /usr/lib/libexpat.so.0
ls: cannot access /usr/lib/libexpat.so.0: No such file or directoryI have had a 360 ,but it got the RROD
No more XBOX, i turned PS3
I had it for months ,it still amazes me!
Never seen a bigger failure of MICROSOFT then the XBOX 360!
- 08-18-2008 #4
Hi. The output I need is that of
That command is different to the one you ran.Code:ls -l /usr/lib/libexpat*
- 08-18-2008 #5Linux Newbie
- Join Date
- Apr 2008
- Location
- Tirana,Albania
- Posts
- 166
I miss understood the symbol ,i thought i would change it with my file
so here is what you need to know :
[kejdi@localhost ~]$ ls -l /usr/lib/libexpat*
lrwxrwxrwx 1 root root 17 2008-08-04 21:44 /usr/lib/libexpat.so.1 -> libexpat.so.1.5.2*
-rwxr-xr-x 1 root root 134880 2008-02-18 18:11 /usr/lib/libexpat.so.1.5.2*
[kejdi@localhost ~]$I have had a 360 ,but it got the RROD
No more XBOX, i turned PS3
I had it for months ,it still amazes me!
Never seen a bigger failure of MICROSOFT then the XBOX 360!
- 08-18-2008 #6
Try using a symlink e.g.
The # at the beginning of the command means that you need to be root and should not be typed in. Once the link has been successfully created, run kxmame and see if it works as it should.Code:#ln -s /usr/lib/libexpat.so.1.5.2 /usr/lib/libexpat.so
- 08-18-2008 #7Linux Newbie
- Join Date
- Apr 2008
- Location
- Tirana,Albania
- Posts
- 166
I opened up a terminal as administrator from Mandriva COntrol Center ,and copied your command , after i press enter the cursor is there and nothing happened.
Any other way of doing it ?I have had a 360 ,but it got the RROD
No more XBOX, i turned PS3
I had it for months ,it still amazes me!
Never seen a bigger failure of MICROSOFT then the XBOX 360!
- 08-18-2008 #8
Did you run your program after entering the command? The command does not output anything on the screen if run successfully.
- 08-18-2008 #9Linux Newbie
- Join Date
- Apr 2008
- Location
- Tirana,Albania
- Posts
- 166
If you say so ,then it must have been created well.
But i still got the same error message when i run kxmame from console and from the GUI nothing happens
????I have had a 360 ,but it got the RROD
No more XBOX, i turned PS3
I had it for months ,it still amazes me!
Never seen a bigger failure of MICROSOFT then the XBOX 360!
- 08-18-2008 #10
Post back the output of
If the symlink was created successfully then libexpat.so should be a symlink to /usr/lib/libexpat.so.1.5.2. If libexpat.so does not exist, then try creating the symlink as indicated in my previous posts.Code:ls -l /usr/lib/libexpat*


Reply With Quote
