LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem in "./configure" gaim (https://www.linuxquestions.org/questions/linux-newbie-8/problem-in-configure-gaim-291284/)

b0nd 02-17-2005 02:56 AM

problem in "./configure" gaim
 
Hello all,
i have redhat 8
i'm trying to install "gaim-1.1.2.tar.gz"
when i'm configuring it.........at the last its giving the error....saying..
......."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 occurred. This usrally means GLIB is incorrectly installed.
...configure: error:
.......GLib 2.0 is required to build Gaim; please make sure you have the GLib
...... development headers instlled. The latest version of GLib is always availbel
......at http://www.gtk.org/.................

so in order to over come this problem i installed "glib-2.0.0.tar.bz2"
it was extraced, configured, make and make installed properly....
after that i "updatedb" ....
...
But agsin when i'm trying to "./confiugre" the "gaim" its giving the same problem...
I just fed of trying to install some media player........
Plz. help me out...

Regards

bathory 02-17-2005 03:19 AM

Add the path to the installed glib in /etc/ld.so.conf and run
Code:

ldconfig
afterwards.
But I think it would be better to use rpm to install glib.

Regards

b0nd 02-17-2005 04:29 AM

Hello........
how am i supposed to know that where the files of "glib" are after
installation.?
...
i tried "locate glib"..........but its showing hundreds of files....
..
what should i do/??

heema 02-17-2005 04:37 AM

why dont u use a package manager like apt-get or yum

so if u want to install gaim all you have to do is type : apt-get install gaim

it will then download it and its dependencies (if it has) and install it for you

bathory 02-17-2005 04:38 AM

Read the INSTALL file in the directory you extracted glib-2.0.0.tar.bz2, or run ./configure --help to see what is the default installation location.
But If I were you, I would install glib using the RH package manager since it's a critical library.

__J 02-17-2005 05:43 AM

this is most likely happening because you installed a different version of glib on your system even though it already has one installed (but without the devel files - rpm distro's :rolleyes: ) you need to remove the glib-2.0.0 you installed and install the -devel package for the glib you already have if this is the case.

b0nd 02-17-2005 06:10 AM

Being a newbie....i don't know how to uninstall the "tared" sources....
i know only to remove rpm pacages.....

__J 02-17-2005 06:22 AM

if you kept the source directory around, go back to it and do "make uninstall" as root.

b0nd 02-17-2005 06:44 AM

Mr. __J...
sorry for asking very silly questions.........but being newbie i don't know
anything.
........
as u said i unstalled the "glib".........
..........
but now how to install the "devel glib" which should already be there
on my system....
.........where it will be i don't know.........?
moreover i just posted a query asking how to run the "devel rpm" for
gaim....?
...
regards

heema 02-17-2005 06:55 AM

sorry to ask again but , why dont u use a package manager like apt-get or yum

so if u want to install gaim all you have to do is type : apt-get install gaim

it will then download it and its dependencies (if it has) and install it for you

and if u want to uninstall it u will have to type : apt-get remove gaim

there is also gui for it called synaptic

__J 02-17-2005 06:55 AM

look on your install cd's for it. or use up2date or yum ( look in the red hat/fedora forum on this board) to install the -devel package.

masand 02-17-2005 07:28 AM

most of these problems arise because as a newbie u do not install some packages which might be required

so the best solution i think is to go for a full install instead of looking each time in ur cds for packages

i too have faced a lot of problem earlier

regards


All times are GMT -5. The time now is 08:48 AM.