Just finished bringing up a new machine with Linux and FlightGear.

After what appears to be a good build of all the programs, plib, simgear, openal, flightgear, the following error occurs:

[EMAIL PROTECTED]:/usr/local/FlightGear$ ./747_ntps
/usr/local/bin/fgfs: error while loading shared libraries: libopenal.so.0: cannot open shared object file: No such file or directory


Here is the startup file:

[EMAIL PROTECTED]:/usr/local/FlightGear$ cat 747_ntps
#!/bin/sh
export DISPLAY=:0.0

xset -dpms
xset s noblank
xset s off

/usr/local/bin/fgfs \
--fg-root=/usr/local/FlightGear-cvs --bpp=32 \
--prop:/sim/menubar/visibility=false \
--fov=45.0 \
--airport=KSFO \
--lon=-122.381781 --lat=37.619357 --heading=090 \
--disable-panel \
--disable-random-objects \
--timeofday=noon \
--aircraft=747-100 \
--visibility=45000  --disable-clouds \
--native-ctrls=socket,in,33,,5700,udp \
--opengc=socket,out,30,127.0.0.1,6000,udp \
--httpd=6500 \
#--native-fdm=socket,out,30,192.168.2.35,5500,udp
#--fg-scenery=/usr/local/FlightGear/data/Scenery
#--native-fdm=socket,out,30,192.168.2.100,5800,udp \
#--native-fdm=socket,out,30,192.168.2.101,5900,udp
[EMAIL PROTECTED]:/usr/local/FlightGear$


and the files in /usr/local/lib

[EMAIL PROTECTED]:/usr/local/lib$ ls
firmware libopenal.so.0.0.8 libsgephem.a libsgmath.a libsgprops.a libsgsky.a libsgthreads.a python2.3 libopenal.a libsgbucket.a libsgio.a libsgmisc.a libsgroute.a libsgsound.a libsgtiming.a libopenal.so libsgdebug.a libsgmagvar.a libsgmodel.a libsgscreen.a libsgstructure.a libsgxml.a libopenal.so.0 libsgenvironment.a libsgmaterial.a libsgnasal.a libsgserial.a libsgtgdb.a pkgconfig
[EMAIL PROTECTED]:/usr/local/lib$


Sure looks like the files are there. Had no complaints or problems with the build. the symlinks in /usr/local/lib are okay. But something is missing that fails to find the path to the openal shared libraries. Did I miss something in building the openal stuff?

As far as I can tell, the directories, links, paths, etc are identical to another machine where FG runs just fine...

Regards
John W.






-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to