| |
You must sign in to post. | Linux Info ... :: May 9, 2012 @ 7:03pm |
|---|
philhassey 
Joined: Nov 30, 2006 Posts: 2045 Location: Zarcon The Developer | ==========================
Dynamite Jack - Linux Beta
==========================
Here's some tips for getting Dynamite Jack to work under your Linux distro.
** USE AT YOUR OWN RISK! **
If you are having trouble, please go to http://www.galcon.com/dynamitejack/ and
join our forums and see if other users have figured out how to get it to run.
If you figure out how to get it to run on a distro not listed here, please
also send us some tips, I'll add them right in here.
==========================
irrKlang F.A.Q.
==========================
On Linux, irrKlang says 'Could not load libasound.so'. What can I do?
You need to have installed ALSA (libasound) for running irrKlang, but usually, this is installed on all current linux versions. So either you don't have it or something is wrong with your system. If you are running linux on a 64bit system, you need to be sure to have the 32 bit version of Alsa installed, since irrKlang is 32bit. Maybe it is only installed on usr/lib64/libasound.so, but not in usr/lib32/. Simply copy it there then.
==========================
Ubuntu 10.04 :: 32 bit
==========================
Just works.
==========================
Ubuntu 12.04 :: 32 bit
Mint Linux 12 :: 32 bit
==========================
sudo ln -s /usr/lib/i386-linux-gnu/libasound.so.2.0.0 /usr/local/lib/libasound.so
sudo ldconfig
==========================
Ubuntu 12.04 :: 64 bit
==========================
sudo apt-get install ia32-libs
sudo ln -s /usr/lib/i386-linux-gnu/libasound.so.2.0.0 /usr/local/lib/libasound.so
sudo ldconfig | | Re: Linux Info ... :: May 11, 2012 @ 10:54am |
|---|
demauk Joined: May 11, 2012 Posts: 1 | On relatively new versions of 64-bit Ubuntu, the preferred way of installing 32-bit packages is like this:
# installs 32-bit ALSA
sudo apt-get install libasound:i386
You would still need to call the other commands (sudo ln, and sudo ldconfig). | | Re: Linux Info ... :: May 12, 2012 @ 2:03pm |
|---|
rado Joined: Feb 19, 2010 Posts: 3 | Linux Mint 11 64-bit:
sudo ln -s /usr/lib32/libasound.so.2 /usr/local/lib/libasound.so
sudo ldconfig | | Re: Linux Info ... :: May 19, 2012 @ 2:35pm |
|---|
smooth Joined: May 19, 2012 Posts: 1 | Same instructions for Ubuntu 11.10 64-bit as for Linux Mint 64-bit. |
You must sign in to post. |
|