LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Trying to Compile ogle, Stops at ./configure when looking for libglade (https://www.linuxquestions.org/questions/slackware-14/trying-to-compile-ogle-stops-at-configure-when-looking-for-libglade-240257/)

predator.hawk 10-08-2004 11:07 AM

Trying to Compile ogle, Stops at ./configure when looking for libglade
 
Ok, I'v been trying to compile and install ogle, i got all to work aside from the ogle GUI, it says the libglade isn't installed (when i know it is), Anyone got any ideas?

XavierP 10-08-2004 11:09 AM

Do you have the correct version and is it in your path?

predator.hawk 10-08-2004 01:04 PM

I am just using the stock installation of slack on the libglade and its the version that comes with slackware 10.0

vdemuth 10-09-2004 04:38 AM

Hi,
Try creating a link to libglade-2.0.so.0.0.4, (the default libglade library in slack) which can be found at /usr/include/libglade-2.0/

Name the link libglade.so, and keep it in the same directory.
Then try the ./configure again..
No promises that this will work, but I have used this same method with various programs that throw up the same fault when the configure script looks for libraray names.

andrade 10-09-2004 07:53 AM

Why you don't download a libglade newer version and compile and install it?
http://freshmeat.net/projects/libglade/

andrade 10-09-2004 07:55 AM

Other thing when you configure anything... and that can be your problem right now... if it doesn't is an advise for the future... better make it with ./configure --prefix=/usr ... unless you have other instructions.. in same cases ./configure uses /usr/local and don't use some /usr stuff... try to configure ogle with ./configure --prefix=/usr ... if it don't work download the libglade and install it (configuring it the same way (and always))


All times are GMT -5. The time now is 07:13 PM.