Re: ORBit install problem..!!



On Mon, 29 Jan 2001 15:12:41 ÀÓµ¿Âù wrote:
> i have installed glib 1.2.8
> but when i tye "./configure" , i can see these configure error message
>  
> checking for glib-config... /usr/local/bin/glib-config
> checking for GLIB - version >= 1.2.1... no
> *** Could not run GLIB test program, checking why...
> *** The test program compiled, but did not run. This usually means
> *** that the run-time linker is not finding GLIB or finding the wrong
> *** version of GLIB. If it is not finding GLIB, you'll need to set your
> *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to
> point
> *** to the installed location  Also, make sure you have run ldconfig if
> that
> *** is required on your system

You probably have an old glib-config having around on your system

type 

which glib-config

this will tell you which version is being found and executed. It may not be
the correct version.

glib-config is a program which is installed with glib. It tells programs
information about what version of glib is installed and where to find the
components. If you have had an older version of glib installed in a
different location, then you will need to remove (or move to another
location) the old glib-config.

Put the correct glib-config program in your executables path.

So that it gets found before the old version.

Hope this solves your problem

Rich





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]