Re: [Flightgear-users] New problem?

2008-08-10 Thread Curtis Olson
Have you updated your kernel or any x11 packages recently? (yum update, apt-get upgrade, etc.)? These can overwrite critical nvidia files and cause problems. I'd try reinstalling the nvidia drivers first which should clean all that up. Regards, Curt. On Sun, Aug 10, 2008 at 2:36 PM, David Ba

[Flightgear-users] New problem?

2008-08-10 Thread David Baron
I have not succeeded in using the program recently. Running from kfreeflight simply fails. Tried from a terminal and got this: NVIDIA: could not open the device file /dev/nvidiactl (Permission denied). NVIDIA: Direct rendering failed; attempting indirect rendering. freeglut (fgfs): Unable to crea

Re: [Flightgear-users] New Problem

2007-10-16 Thread Durk Talsma
On Tuesday 16 October 2007 12:50, Lee Duke wrote: > I've removed all the "libosgGA.*" files from the computer then > reinstalled the osg library into /usr/lib/ rather than /usr/local/lib/ > and now that part seems to work. > > New errors to chase down now: > > /usr/local/bin/fgfs > > Base

Re: [Flightgear-users] New Problem

2007-10-16 Thread AJ MacLeod
On Tuesday 16 October 2007 11:50:36 Lee Duke wrote: > Base package check failed ... Found version [none] at: > /usr/local/share/FlightGear > Please upgrade to version: 0.9.11 > But I got the source from CVS. What is this? Exactly what it says - please upgrade your base package to CVS

Re: [Flightgear-users] New Problem

2007-10-16 Thread Lee Duke
I've removed all the "libosgGA.*" files from the computer then reinstalled the osg library into /usr/lib/ rather than /usr/local/lib/ and now that part seems to work. New errors to chase down now: /usr/local/bin/fgfs Base package check failed ... Found version [none] at: /usr/local

Re: [Flightgear-users] New Problem

2007-10-14 Thread Frederic Bouvier
Have you notice that versions mismatch ? You installed libosgGA.so.2.2.0 and fgfs looks for libosgGA.so.25 . Maybe there is a missing symlink. I'd search every "libosgGA.*" in my computer and check if there is no errant symlink on an old version or something like that -Fred Selon Lee Duke : > Ye

Re: [Flightgear-users] New Problem

2007-10-14 Thread Lee Duke
Yes, indeed, Curtis, to both questions. Lee Curtis Olson wrote: Do you have /usr/local/lib inserted into your /etc/ld.so.conf file? And have you run ldconfig after making that addition? Curt. On 10/14/07, *Lee Duke * <[EMAIL PROTECTED] > wrote: No, openal se

Re: [Flightgear-users] New Problem

2007-10-14 Thread Curtis Olson
Do you have /usr/local/lib inserted into your /etc/ld.so.conf file? And have you run ldconfig after making that addition? Curt. On 10/14/07, Lee Duke <[EMAIL PROTECTED]> wrote: > > No, openal seems fine. Here's the complete listing from ldd > /usr/local/bin/fgfs > linux-gate.so.1 => (0x

Re: [Flightgear-users] New Problem

2007-10-14 Thread Lee Duke
No, openal seems fine. Here's the complete listing from ldd /usr/local/bin/fgfs linux-gate.so.1 => (0x0011) libplibpuaux.so.1.8.4 => /usr/lib/libplibpuaux.so.1.8.4 (0x00111000) libplibpu.so.1.8.4 => /usr/lib/libplibpu.so.1.8.4 (0x0012e000) libplibfnt.so.1.8.4 =

Re: [Flightgear-users] New Problem

2007-10-14 Thread Lee Duke
Yes, I have. Donn Washburn wrote: Lee Duke wrote: I did the ldconfig thing. There are a number of items not found when I enter ldd /usr/local/bin/fgfs libosgViewer.so.25 => not found libosgGA.so.25 => not found libosgText.so.25 => not found libosgFX.so.25 =>

Re: [Flightgear-users] New Problem

2007-10-14 Thread Donn Washburn
Lee Duke wrote: > I did the ldconfig thing. There are a number of items not found when I > enter ldd /usr/local/bin/fgfs > libosgViewer.so.25 => not found > libosgGA.so.25 => not found > libosgText.so.25 => not found > libosgFX.so.25 => not found > libosgUti

Re: [Flightgear-users] New Problem

2007-10-14 Thread Curtis Olson
If these libs exist, then you probably have to do the /etc/ld.so.conf & ldconfig thing I mentioned in my previous email. You'll probably have the same issue with openal if you built that from source. Regards, Curt. On 10/14/07, Lee Duke <[EMAIL PROTECTED]> wrote: > > I did the ldconfig thing.

Re: [Flightgear-users] New Problem

2007-10-14 Thread Lee Duke
I did the ldconfig thing. There are a number of items not found when I enter ldd /usr/local/bin/fgfs libosgViewer.so.25 => not found libosgGA.so.25 => not found libosgText.so.25 => not found libosgFX.so.25 => not found libosgUtil.so.25 => not found libosg

Re: [Flightgear-users] New Problem

2007-10-14 Thread Curtis Olson
Lee, If osg went into the /usr/local tree, and if this is a pretty fresh linux install, you may want (as root) to add /usr/local/lib to your /etc/ld.so.conf file and then rerun ldconfig. You can run "ldd /usr/local/bin/fgfs" to see what shared libs it can find or not find. Regards, Curt. On 1

[Flightgear-users] New Problem

2007-10-14 Thread Lee Duke
I thought I had FlightGear working after I compiled it and went through installing it. However, when I try to run it I get--- /usr/local/bin/fgfs /usr/local/bin/fgfs: error while loading shared libraries: libosgViewer.so.25: cannot open shared object file: No such file or directory