Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-05-2003, 06:14 PM
|
#1
|
|
Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Rep:
|
plib cannot see my OpenGL but its there !
PLLEEEAASE HELP, this is driving me insane !
i need to install plib.
all it has labeled as dependencies is
"openGL"
well, that could mean anything..... driver ? MESA ? GLUT ??
i have installed the nvidia drivers, open gl is working.
but if i install from rpm, it fails dependencies, OpenGL is not installed.
and if i install from tar ./configure cannot find a working GL.
every damn game needs this plib, how do i get it on my system ?
ive been very patient with this linux.
but it just soo hard to resists beeting it with its own keyboard !
|
|
|
|
08-06-2003, 12:41 AM
|
#2
|
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
You sure you have open gl installed and working correctly? I dont know if it helps but you may check out this page if you havent already:
http://plib.sourceforge.net/requirements.html
|
|
|
|
08-06-2003, 06:42 AM
|
#3
|
|
Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Original Poster
Rep:
|
i have definatly installed the correct nvidia drivers.
(tuxracer worked at 5 frames per second on a fresh install, not runs 500 - 1000 (with quality qweakeed up!)
and unreal tournament runs fine (which it wouldnt if openGL was not working)
but this 1 damn library says openGL is not installed.
and i wanna try out this game.. flighgear.. looks INSANE from the screen shots  anyway, not even gonna start downloading it till i got all its dependencies.
|
|
|
|
08-06-2003, 08:08 AM
|
#4
|
|
Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Original Poster
Rep:
|
ok, so its requrement is OpenGL.
so is there some OpenGL package out there ????
how do i check that OpenGL is installed on my ststem ?
Tuxracer and UT2003 work... they are opengl games.
Ok, to have OpenGL on my system, step by step, what do i have to do.... so far...
DOwnload NVIDIA drivers
change to init 3
run the binary .run file
{it completes, no errors what so ever}
edit the XF86COnfig,
remove "load dri"
remove "load GLCore"
add "Load glx" // this already in my xf86config to start with
remove driver "nv"
add driver "nvidia"
change to init 5
The NVIDIA logo screen apears, and X loads normally.
tux racers frames are 10x faster.
Now what do i have to do ?
cos this clearly is not enough !
what did every1 else have to do ?
(ohh, and i coppied some header files from my nvidia directors to the usr/include/GL as the help file said i should if i want to use nvidia headers to compile gl stuff (there were no gl headers in /usr/include/GL so i have to use the NVIDIA headers.
now what ????
|
|
|
|
08-06-2003, 08:15 AM
|
#5
|
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
Hmm, your card seems to be configured properly..there are OpenGL packages at the link I posted in my previous post. Try installing those and then running the plib installation. Install Mesa and then continue with installation.
http://plib.sourceforge.net/download.html
|
|
|
|
08-06-2003, 08:21 AM
|
#6
|
|
Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Original Poster
Rep:
|
so ur saying i should install Mesa then my NVIDIA drivers ?
i hear mesa is a replacement for openGL.
but i isnt the nvidia binary putting openGL on my system ?
Ive installed mesa, still nothing.
why is it so damn hard to install OpenGL.
in fact, it must already be installed right ???????
tux racer and ut2003 work.... and they are opengl...
so does that mean opengl must be installed ????
and my opengl screen savers work also...
but i cant get plib.
could it be a bug in plib, not being able to detect opengl.
and is it safe installing mesa and opengl ?
|
|
|
|
08-06-2003, 08:24 AM
|
#7
|
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
I think you should install nvidia or mesa..either one of those two
____________________________________________________
in fact, it must already be installed right ???????
tux racer and ut2003 work.... and they are opengl...
so does that mean opengl must be installed ????
____________________________________________________
yes, it should be installed but I just wanted you to try something different. You can always email plib people and I am sure they will reply within a couple of days...
|
|
|
|
08-06-2003, 08:25 AM
|
#8
|
|
Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Original Poster
Rep:
|
[root@localhost plib-1.6.0]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
includedir changed to ${prefix}/include/plib libdir is ${exec_prefix}/lib
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking host system type... i686-pc-linux
checking for X... no
checking for glNewList in -lGL... no
checking for glNewList in -lMesaGL... no
configure: error: could not find working GL library
it says checking for X.. no
now i KNOW i have X installed or i wouldnt be able to use KDE, Mozila Firebird or anything.. surely plib is buggy !!!!
|
|
|
|
08-06-2003, 07:12 PM
|
#9
|
|
Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu
Posts: 12,611
Rep:
|
Having quite a bit of frustration on the plib deal eh?
Anytime you get things that are blatently obviously there reported as 'missing' such as X, it usually means you don't have the devel version installed. On a normal install, most of these won't get installed. You have to cruise through your RPM's and find things like xfree86-devel-4.3.0.rpm and install them. Then the configure script will likely pick it up.
If you compiled everything or use a distro that does, then most of the time these kinds of errors don't exist, at least not for good reason.
Cool
|
|
|
|
07-20-2008, 01:21 AM
|
#10
|
|
Member
Registered: May 2006
Distribution: Fedora
Posts: 45
Rep:
|
Sorry to post to an older thread, but I just ran into this and thought I'd post the solution that worked for me.
Bottom line is that the plib autoconf is too aggressive (bug?). It seems like most everyone is hit by this install problem, and they shouldn't be.
If you check the config.log file, you'll see why the configure command failed. For me, it was because the library -lXi could not be found.
Does plib use Xi? Not so far as I can tell. So the linker is choking on a library that isn't needed.
The solution was to go into the configure script, and remove -lXi from the offending LIBS= line.
After that, I was able to run configure, make, and make install just fine.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:52 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|