SpringLobby on amd64 Debian
Posted: 23 Mar 2008, 23:47
Just in case anyone else tries to install SpringLobby on Debian {etch,lenny} amd64, here's how I solved it.
Download an rpm:
Open it up with file-roller (sudo apt-get install file-roller), and extract the Spring Lobby executable into /usr/local/bin.
However, if you run the lobby now, it will complain about missing wxGTK libs that for some inexplicable reason are not included in the debian wxGTK package.
So download this rpm:
And extract all the .so files into /usr/local/lib (assuming /usr/local/lib is in your $PATH).
Finally, do
and then check you have unitsync.so in a folder somewhere in your path (e.g. /usr/local/lib).
Hope this helps anyone searching for a Springlobby/debian-related solution.
Note: Springlobby works relatively slowly for me - I can see from the messages in the terminal screen that it is getting somewhere eventually though, so this isn't disastrous. The slowness seems to be related to unitsync.so somehow.
Also note: I am aware you could install everything with alien, but I don't want to break my debian installation, so I'd rather put everything under /usr/local.
Download an rpm:
Code: Select all
wget http://download.opensuse.org/repositories/home:/accAgon/Fedora_7/x86_64/SpringLobby-0.0.1.10132-1.1.x86_64.rpm
Code: Select all
sudo file-roller SpringLobby-0.0.1.10132-1.1.x86_64.rpm
So download this rpm:
Code: Select all
wget ftp://mirror.switch.ch/mirror/epel/5/x86_64/wxGTK-2.8.4-4.el5.x86_64.rpm
sudo file-roller wxGTK-2.8.4-4.el5.x86_64.rpm
Finally, do
Code: Select all
cd /usr/lib
ln -s libtiff.so.4 libtiff.so.3
Hope this helps anyone searching for a Springlobby/debian-related solution.
Note: Springlobby works relatively slowly for me - I can see from the messages in the terminal screen that it is getting somewhere eventually though, so this isn't disastrous. The slowness seems to be related to unitsync.so somehow.
Also note: I am aware you could install everything with alien, but I don't want to break my debian installation, so I'd rather put everything under /usr/local.