View Single Post
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#53
Try in the same directory:
cp /usr/lib/libmodplug.so.0 libmodplug.so.1
export LD_LIBRARY_PATH=.
./zsxd

or if you can sudo:
sudo ln -s /usr/lib/libmodplug.so.0 /usr/lib/libmodplug.so.1
./zsxd
 

The Following User Says Thank You to szopin For This Useful Post: