On 21-Dec-99 patrick opined:
> I have been trying and trying to compile a 3d modeler
> for povray called 3dpm. It uses Mesa and qt's qgl
> lib. I first tried rebuilding qt1x-1.44.src.rpm
> but it didn't create the libqgl file...I ended up
> installing the qt-opengl i386.rpm from openlinux
> to force the existence of libqgl. I tried again to
> compile 3dpm but now it dies with an error message
> that it cannot find libMesa. BULLCRAP!
>
> I have Mesa installed and it is located in /usr/X11R6/
> lib...AND this is entered in /etc/ld.so.conf AND
> ldconfig has been run (multiple times). STILL, when
> I try to compile the app, it wont find libMesa.
>
> If I run locate libMesa IT finds it exactly where it
> really is: /usr/X11R6/lib just as pointed to in ld.so.conf.
>
> What IS the problem here? Where do I look to fix this
> ridiculous error? I am REALLY irritated at the moment
> and would appreciate some pointers.
Not familiar with 3dpm. But, if it has a configure script, try doing
'./configure --help' to see if it has an option to not use mesa or to set
the path to the library.
Barring that, looking at the Makefile or config.h may provide info on where
it's looking for the library. A change to the line or a symlink for the
file to where it wants to find it may solve the problem.
If that doesn't work, just try symlinking the library to /usr/lib to see if
that helps.
I'm outta ideas for now.
--
Is this my stop?
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.