fuba duba wrote:
> libalut.so.0: cannot open shared object file: No such file or directory.
> I'm using Ubuntu 6.06
>
> I am using the OpenAL subversion [...] Everything went into /usr/local/lib.

You need /usr/local/lib to your LD_LIBRARY_PATH environment variable.
It is not searched by default:

export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Alternatively, just install the libalut0-dev package with apt-get.
I'm not aware of anything important in the development version of
OpenAL that would be helpful.

Andy

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to