|
Home > Archive > Red Hat Configuration > February 2004 > The glib-config script installed by GLIB could not be found
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
The glib-config script installed by GLIB could not be found
|
|
|
| I am attempting to compile xcdroast but I can't seem to get beyond
../config, I compiled glib-2.3.1 sucessful according to readme and
install files but I obviously missed something. Any assist would be
valueable. TIA
here's what got me this far (similated)
tar zxfv glib-2.3.1
cd...
../configure
make
rm -rf /install-prefix/include/glib.h /install-prefix/include/gmodule.h
(per instruction in install)
/sbin/ldconfig
../configure --prefix=/usr/local/bin
/sbin/ldconfig
tar zxfv xcdroast-0.98alpha15
cd...
../configure
checking for GLIB - version >= 1.2.3... 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: Test for GLIB failed. See the file 'INSTALL' for help.
[root@dc-afam-02 xcdroast-0.98alpha15]#
ran into a brickwall please help.
YR_A
| |
| Alexander Dalloz 2004-02-02, 8:34 pm |
| On Tue, 03 Feb 2004 03:30:00 +0000 yr_a wrote:
quote:
> I am attempting to compile xcdroast but I can't seem to get beyond
> ./config, I compiled glib-2.3.1 sucessful according to readme and
> install files but I obviously missed something. Any assist would be
> valueable. TIA
>
> here's what got me this far (similated)
>
> tar zxfv glib-2.3.1
> cd...
> ./configure
> make
> rm -rf /install-prefix/include/glib.h /install-prefix/include/gmodule.h
> (per instruction in install)
> /sbin/ldconfig
> ./configure --prefix=/usr/local/bin
> /sbin/ldconfig
"make install" is missing
quote:
> tar zxfv xcdroast-0.98alpha15
> cd...
> ./configure
>
> checking for GLIB - version >= 1.2.3... 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: Test for GLIB failed. See the file 'INSTALL' for help.
> [root@dc-afam-02 xcdroast-0.98alpha15]#
>
> ran into a brickwall please help.
> YR_A
Why don't you just use the glib packages coming with your system as RPMs?
Any good reason?
Alexander
--
Alexander Dalloz | Enger, Germany
PGP key valid: made 13.07.1999
PGP fingerprint: 2307 88FD 2D41 038E 7416 14CD E197 6E88 ED69 5653
| |
|
| Alexander Dalloz wrote:quote:
> On Tue, 03 Feb 2004 03:30:00 +0000 yr_a wrote:
>
>
>
>
> "make install" is missing
>
>
>
>
> Why don't you just use the glib packages coming with your system as RPMs?
> Any good reason?
>
> Alexander
>
>
I have tried this with both the glib packages that shipped RH9 and the
most updated version both with the same end results, as said before I am
obviously forgeting to do something and that is what I need help with,
please help, thanks.
YR_A
| |
| Alexander Dalloz 2004-02-02, 10:34 pm |
| On Tue, 03 Feb 2004 10:23:35 +0000 yr_a wrote:
[ snip ]
quote:
> I have tried this with both the glib packages that shipped RH9 and the
> most updated version both with the same end results, as said before I am
> obviously forgeting to do something and that is what I need help with,
> please help, thanks.
>
> YR_A
Did you install the glib2-versionnumber-devel and glib-versionnumber-devel
packages installed? Important is to have the -devel packages as they
contain the header files needed for compilation.
Alexander
--
Alexander Dalloz | Enger, Germany
PGP key valid: made 13.07.1999
PGP fingerprint: 2307 88FD 2D41 038E 7416 14CD E197 6E88 ED69 5653
| |
|
| Alexander Dalloz wrote:quote:
> On Tue, 03 Feb 2004 10:23:35 +0000 yr_a wrote:
>
> [ snip ]
>
>
>
>
>
> Did you install the glib2-versionnumber-devel and glib-versionnumber-devel
> packages installed? Important is to have the -devel packages as they
> contain the header files needed for compilation.
>
> Alexander
>
>
I will give that a shot thanks =)
Btw I am know expert by any means so bear with me if I ask seemingly
"Newb" questions- Once again thanks for the assist.
Every little bit counts, Cheers
YR_A
| |
|
| yr_a wrote:
> Alexander Dalloz wrote:
>
> I will give that a shot thanks =)
> Btw I am know expert by any means so bear with me if I ask seemingly
> "Newb" questions- Once again thanks for the assist.
>
> Every little bit counts, Cheers
> YR_A
>
Well I got past my issue with:
checking for GLIB - version >= 1.2.3... 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: Test for GLIB failed. See the file 'INSTALL' for help.
by installing 15 or so (?-devel-#.#-#.i386.rpm) rpm packages and I am
longer getting the above error or any error similar to it for that
matter, however I am receiving a different error message when I perform
the following:
[root@dc-afam-02 local]# tar zxfv
sas/dlz/lin-appz/CDR/cdrtools-2.00.3.tar.gz
[root@dc-afam-02 local]# cd /usr/local/cdrtools-2.00.3
[root@dc-afam-02 cdrtools-2.00.3]# make
<snip>
[root@dc-afam-02 cdrtools-2.00.3]# make INS_BASE/usr/local install
make: *** No rule to make target `INS_BASE/usr/local'. Stop.
please forgive me if this is a newb question but how do I get around this?
As always TIA for any "USEFUL" assistance =)
|
|
|
|
|