|
发表于 2003-5-4 18:39:00
|
显示全部楼层
//Pete GPU Plugin----readme.txt
Troubleshooting:
----------------
On certain Linux distros (mostly RedHat/Mandrake ones) the Mesa plugin will
cause seg faults if it is used in combination with the OSS sound plugin.
Here is what CAB posted on my messageboard about the issue:
From the strace output it showed
that /lib/i686/libpthread.so.0 was being loaded which for one or
another reason is different from /lib/libpthread.so.0 - I forced
a load of the one in /lib instead, and magically it works fine.
Both libs show to be part of the glibc-2.2.5 package -&- /lib/i686
is not in my /etc/ld.so.conf, so that particular one I'd assume is
being called directly.
or, to make it short, try:
ln -sf /lib/libpthread-0.9.so /lib/i686/libpthread.so.0
and all should work fine 
Oh, and another way to repair the pthread problem (thanx to Hez Carty):
1. Install/unzip/untar epsxe and plugins
2. Copy libpthread-0.9.so from /lib to the epsxe dir
3. Type 'ln -s libpthread-0.9.so libpthread.so.0' to make a link to the library
4. Type 'export LD_LIBRARY_PATH=$PWD' so that the program looks here for the offending library
5. Run epsxe and enjoy! |
|