Re: Debian Linux, Pipmak won't run
Status: Alpha
Brought to you by:
cwalther
From: Aidan G. <wgs...@no...> - 2009-05-20 09:26:47
|
NigeC wrote: > the error is: > home/nige/pipmak# ./pipmak > ./pipmak: error while loading shared libraries: libopenal.so.0: cannot open > shared object file: No such file or directory > the the version of libopenal i have is newer Are you using the latest development revision from Subversion? If you are, then check out again, because I just made a change to the Linux Makefile that may help. Also, if you're building from the source in Subversion, you should set usesyslibs=t when you run make (i.e. type "make usesyslibs=t" instead of just "make"). Hope this helps, Aidan |