Re: Debian Linux, Pipmak won't run
Status: Alpha
Brought to you by:
cwalther
From: Aidan G. <wgs...@no...> - 2009-05-20 10:20:27
|
NigeC wrote: > No I haven't been using Subversion, I just used the released versions. I > wouldn't know where to start! Oh, great..(NOT!) OK, here's the deal: recently, I made some major changes to the Linux build system, and Christian decided to let me, more or less, take over maintence of the Linux build system. I made those changes, because I thought that the Linux build system wasn't very good in some ways (particularly with linking to libraries). I hope the next release of Pipmak will work better on more Linux distros and for you. In the mean time, might I sugguest a work-around: find the libopenal.so.* on your system (hint: try the package manager), and make a symbolic named "libopenal.so.0" to the libopenal.so file. (There may be several files whose name starts with "libopenal.so", but only one will be a regular file; link to the regular file, not one of the links. All the existing links will link to the same file.) If you don't know how to do this, E-mail me off-list, or if you know how to use IRC, go to #tuxhacker on irc.freenode.net. -Aidan |