View Single Post
  #4  
Old May 7th, 2007, 06:30 AM
B0rsuk's Avatar

B0rsuk B0rsuk is offline
Second Lieutenant
 
Join Date: Mar 2004
Location: Gdansk, Poland
Posts: 420
Thanks: 0
Thanked 15 Times in 4 Posts
B0rsuk is on a distinguished road
Default Re: Installing problems on Debian etch

No no no don't do that ! You're likely to break something else. Try making a symbolic link instead. Place it in the directory the game wants it, and make it point at where the library is. It still feels a bit like a dirty hack, there's probably a better way of doing it, but it's much cleaner this way.

I don't remember the syntax now, but it's something along the lines Code:
ln -s

. If I remember correctly, the first argument should be the name of the link (should be the same as library's), and the second - what it points at.
------------
Note: I'm planning to switch to Etch, but I'm using Ubuntu now. By the way, my libXi.so.6 is in /usr/lib and there are no problems.
__________________
Those who do not understand Master Of Magic are condemned to reinvent it - badly.
Reply With Quote