Results 1 to 9 of 9
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
12-11-2004 #1
- Join Date
- Nov 2004
- Posts
- 208
HELP: newbie compiling source code....
bash-3.00# cd captive-1.1.5
bash-3.00# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
... <snip>
... <snip>
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: Captive requires glib-2.0 library.
bash-3.00#
How can I check if I got glib installed? And if I do, how do I tell captive configure where it is?
HELP!
-
12-12-2004 #2
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
You probably didn't install the devel headers for glib. Install them from the devel RPMs on the Fedora Core 3 install discs.
Emotions are the key to the soul.
Registered Linux User #375050
-
12-12-2004 #3
- Join Date
- Nov 2004
- Location
- home
- Posts
- 796
Eww, glib and gtk dependencies can be nasty. But yeah, you need to install glib.
-
12-12-2004 #4
- Join Date
- Nov 2004
- Posts
- 208
Originally Posted by valan
-
12-12-2004 #5
- Join Date
- Nov 2004
- Location
- home
- Posts
- 796
You might need to run ldconfig. Also glib type things are picky sometimes if you don't have the exact version they want. Best thing I think to do is download the specific version (source code), compile and install it, then run ldconfig. You can download glib from http://gtk.org.
-
12-13-2004 #6
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
you need to install the glib2 devel rpm too.
Emotions are the key to the soul.
Registered Linux User #375050
-
12-13-2004 #7
- Join Date
- Nov 2004
- Posts
- 208
Originally Posted by Stormblazer
-
12-13-2004 #8
- Join Date
- Nov 2004
- Posts
- 208
With command rpm -qa | grep glib[^c]
I get:
glib-1.2.10-15
dbus-glib-0.22-10
glib2-2.4.8-1.fc3
I also installed http://sunsite.mff.cuni.cz/OS/Linux/...1.fc3.i386.rpm
using rpm -ivh ...
And when I configure I still get glib2 missing.((
What does ldconfig do?
-
12-13-2004 #9
- Join Date
- Nov 2004
- Posts
- 208
Okay. I used ldconfig and got past glib problem. Now I got:
gnome-vfs-module-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing 'gnome-vfs-module-2.0.pc' to the PKG_CONFIG_PATH environment variable
WTF is pkg-config or the gnome-vfs-module and how can I add this?