LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Error in compiling XMMS (1.2.10) in Fedora core 3 (https://www.linuxquestions.org/questions/linux-software-2/error-in-compiling-xmms-1-2-10-in-fedora-core-3-a-467871/)

thandermax 07-26-2006 10:08 AM

Error in compiling XMMS (1.2.10) in Fedora core 3
 
After extracting the .bz2 file , i had done the "# ./configure" ;
But after long list of checking it shows this error :

Quote:

checking for pthread.h... yes
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
But while checking the installed package I found that GTK+ is installed . But again doing "./configure" i got the same error .
Then I installed the latest GLIB(2.10.3) from internet .

But again i got the same error.

also while doing "# glib-config" , i see "command not found" .

Then i tried to set lib path in "/etc/ld.so.conf" as
Quote:

include ld.so.conf.d/*.conf
/usr/X11R6/lib
/usr/lib/mysql
/usr/lib/wine
/usr/local/share/glib-2.0
/usr/local/lib/
and followed by a "ldconfig".

But still the problem persists

berbae 07-26-2006 12:19 PM

The solution is already provided to you:
Quote:

*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
So search where glib-config is located.
And why did you add lib path in "/etc/ld.so.conf"?

reddazz 07-26-2006 03:42 PM

You may need to install glib 1.x devel packages.


All times are GMT -5. The time now is 02:11 AM.