duncan wrote: > I am trying to install sane and after I have ./configure of glib1.2.6 and make > and make install I get difficulties with gtk+1.2.6 not able to find glib 1.2.6. > > ie > checking for glib-config... no > checking for GLIB - version >= 1.2.4... 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: > > How do I indicate where glib has gone or make sure that gtk can find what it > needs? > > I cant find where GLIB_CONFIG environment variable is or where glib config > script is . > > PLease can anyone help . > > Regards > Duncan Bayne Hello Duncan Use your find-files tool to locate the 'glib' files (mine is in '/usr/local/lib') and when you've got the path, ad it as a line to '/etc/ld.so.conf'. When done, execute the command '/sbin/ldconfig' - all has to be done as root. Regards Mogens J�ger
