Re: Enemy-Territory for Linux run Problem on FreeBSD 5.3 Release

2005-01-26 Thread Jorn Argelo
On Tue, 25 Jan 2005 18:20:26 -0800, Derrick Ryalls wrote
   I am running FreeBSD 5.3 Release on a AMD Athlon 2800+ with Linux
   compatibility installed. I have just installed Linux-EnemyTerritory
   from ports and I tried to run it: ./et in
   /usr/compat/linux/usr/games/et .
   I then get this error message:
  
   ...loading libGL.so.1: QGL_Init: dlopen libGL.so.1 failed:
   libGL.so.1: cannot open shared object file: No such file or
   directory failed
   - CL_Shutdown -
   RE_Shutdown( 1 )
   ---
   - CL_Shutdown -
   ---
   Sys_Error: GLimp_Init() - could not load OpenGL subsystem
  
   I have located libGL.so.1 in my /usr/X11R6/lib/ .
   I read the handbook page on Linux Compatibilty, however that didn't
   seem to help.
  
   Any assistance would be greatly appreciated.
  
  I'm not sure where it searches for its required libs. You can try making 
an
  symbolic link to /usr/compat/linux/usr/lib if it's not there. Or
  perhaps /usr/compat/linux/usr/local/lib.
  
  Jorn 
  
  
 
 Can you run an OpenGL screen saver?  I am guessing that OpenGL is not
 enabled for your video for whatever reason.  You might check your
 config file.

That doesn't matter too much AFAIK. I've been running Gentoo for quite a 
while, and I could run OpenGL screen savers without a problem, but once I 
started UT2004 or any other OpenGL app it said that it couldn't find the libs. 
And I don't think it's platform dependant. Correct me if I'm wrong, of course 
:)

Jorn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Enemy-Territory for Linux run Problem on FreeBSD 5.3 Release

2005-01-26 Thread -
I run ET on 5.2.1-RELEASE and didn't have to do anything else than 
installing nvidia-driver and downloading the game (linux version)

Jorn Argelo wrote:
On Tue, 25 Jan 2005 18:20:26 -0800, Derrick Ryalls wrote
 

I am running FreeBSD 5.3 Release on a AMD Athlon 2800+ with Linux
compatibility installed. I have just installed Linux-EnemyTerritory
from ports and I tried to run it: ./et in
/usr/compat/linux/usr/games/et .
I then get this error message:
...loading libGL.so.1: QGL_Init: dlopen libGL.so.1 failed:
libGL.so.1: cannot open shared object file: No such file or
directory failed
- CL_Shutdown -
RE_Shutdown( 1 )
---
- CL_Shutdown -
---
Sys_Error: GLimp_Init() - could not load OpenGL subsystem
I have located libGL.so.1 in my /usr/X11R6/lib/ .
I read the handbook page on Linux Compatibilty, however that didn't
seem to help.
Any assistance would be greatly appreciated.
   

I'm not sure where it searches for its required libs. You can try making 
 

an
 

symbolic link to /usr/compat/linux/usr/lib if it's not there. Or
perhaps /usr/compat/linux/usr/local/lib.
Jorn 

 

Can you run an OpenGL screen saver?  I am guessing that OpenGL is not
enabled for your video for whatever reason.  You might check your
config file.
   

That doesn't matter too much AFAIK. I've been running Gentoo for quite a 
while, and I could run OpenGL screen savers without a problem, but once I 
started UT2004 or any other OpenGL app it said that it couldn't find the libs. 
And I don't think it's platform dependant. Correct me if I'm wrong, of course 
:)

Jorn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Enemy-Territory for Linux run Problem on FreeBSD 5.3 Release

2005-01-25 Thread Jorn Argelo
On Mon, 24 Jan 2005 18:04:56 -0500, Kevin Coles wrote
 Hello,
 I am running FreeBSD 5.3 Release on a AMD Athlon 2800+ with Linux
 compatibility installed. I have just installed Linux-EnemyTerritory
 from ports and I tried to run it: ./et in
 /usr/compat/linux/usr/games/et .
 I then get this error message:
 
 ...loading libGL.so.1: QGL_Init: dlopen libGL.so.1 failed: 
 libGL.so.1: cannot open shared object file: No such file or 
 directory failed
 - CL_Shutdown -
 RE_Shutdown( 1 )
 ---
 - CL_Shutdown -
 ---
 Sys_Error: GLimp_Init() - could not load OpenGL subsystem
 
 I have located libGL.so.1 in my /usr/X11R6/lib/ .
 I read the handbook page on Linux Compatibilty, however that didn't
 seem to help.
 
 Any assistance would be greatly appreciated.

I'm not sure where it searches for its required libs. You can try making an 
symbolic link to /usr/compat/linux/usr/lib if it's not there. Or 
perhaps /usr/compat/linux/usr/local/lib.

Jorn 

 
 Thanks,
 Kevin Coles
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Enemy-Territory for Linux run Problem on FreeBSD 5.3 Release

2005-01-25 Thread Derrick Ryalls
  I am running FreeBSD 5.3 Release on a AMD Athlon 2800+ with Linux
  compatibility installed. I have just installed Linux-EnemyTerritory
  from ports and I tried to run it: ./et in
  /usr/compat/linux/usr/games/et .
  I then get this error message:
 
  ...loading libGL.so.1: QGL_Init: dlopen libGL.so.1 failed:
  libGL.so.1: cannot open shared object file: No such file or
  directory failed
  - CL_Shutdown -
  RE_Shutdown( 1 )
  ---
  - CL_Shutdown -
  ---
  Sys_Error: GLimp_Init() - could not load OpenGL subsystem
 
  I have located libGL.so.1 in my /usr/X11R6/lib/ .
  I read the handbook page on Linux Compatibilty, however that didn't
  seem to help.
 
  Any assistance would be greatly appreciated.
 
 I'm not sure where it searches for its required libs. You can try making an
 symbolic link to /usr/compat/linux/usr/lib if it's not there. Or
 perhaps /usr/compat/linux/usr/local/lib.
 
 Jorn 
 
 

Can you run an OpenGL screen saver?  I am guessing that OpenGL is not
enabled for your video for whatever reason.  You might check your
config file.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Enemy-Territory for Linux run Problem on FreeBSD 5.3 Release

2005-01-24 Thread Kevin Coles
Hello,
I am running FreeBSD 5.3 Release on a AMD Athlon 2800+ with Linux
compatibility installed. I have just installed Linux-EnemyTerritory
from ports and I tried to run it: ./et in
/usr/compat/linux/usr/games/et .
I then get this error message: 

...loading libGL.so.1: QGL_Init: dlopen libGL.so.1 failed: libGL.so.1:
cannot open shared object file: No such file or directory
failed
- CL_Shutdown -
RE_Shutdown( 1 )
---
- CL_Shutdown -
---
Sys_Error: GLimp_Init() - could not load OpenGL subsystem

I have located libGL.so.1 in my /usr/X11R6/lib/ .
I read the handbook page on Linux Compatibilty, however that didn't
seem to help.


Any assistance would be greatly appreciated.

Thanks,
Kevin Coles
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Enemy-Territory for Linux run Problem on FreeBSD 5.3 Release

2005-01-24 Thread Oliver Leitner
well, you might wanna try to install the following port:

graphics/linux_mesa3

i dunno if FreeBSD has such a thing, for now im using
the debian.org package search interface for finding which library is part of 
which archive...

Greetings
Oliver Leitner
Technical Staff
http://www.shells.at

On Tuesday 25 January 2005 00:04, Kevin Coles wrote:
 Hello,
 I am running FreeBSD 5.3 Release on a AMD Athlon 2800+ with Linux
 compatibility installed. I have just installed Linux-EnemyTerritory
 from ports and I tried to run it: ./et in
 /usr/compat/linux/usr/games/et .
 I then get this error message:

 ...loading libGL.so.1: QGL_Init: dlopen libGL.so.1 failed: libGL.so.1:
 cannot open shared object file: No such file or directory
 failed
 - CL_Shutdown -
 RE_Shutdown( 1 )
 ---
 - CL_Shutdown -
 ---
 Sys_Error: GLimp_Init() - could not load OpenGL subsystem

 I have located libGL.so.1 in my /usr/X11R6/lib/ .
 I read the handbook page on Linux Compatibilty, however that didn't
 seem to help.


 Any assistance would be greatly appreciated.

 Thanks,
 Kevin Coles
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
By reading this mail you agree to the following:

using or giving out the email address and any 
other info of the author of this email is strictly forbidden.
By acting against this agreement the author of this mail 
will take possible legal actions against the abuse.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]