Hi! Thanks for your suggestions. Hoh, As you suggested, I tried setting LD_LIBRARY_PATH =/usr/lib/gtk-2.0/modules which is where the original libgail.so is installed from the RH9 distribution and also PKG_CONFIG_PATH=/usr/local/lib/pkgconfig, then did configure and make again. The problem with libgail.so seems to be solved now. Rikke, In all, I have installed the new GTK+2.2.4 and glade-2.0.0 only using defaults during ./configure Are there other unintended consequences? Should I clean everything up and use the --prefix for configure to ensure the same path is used for both? Regards, Stephen Ng On Sat, 2003-09-13 at 04:05, Rikke D. Giles wrote: > Make sure the packages are installed in the same prefix. > > Use configure --prefix=desired_prefix. > > With redhat this would be configure --prefix=/usr > > pkgconfig should work then. I'm assuming you didn't install gtk > yourself, if so, and you didn't use the prefix switch, your system > could need a little cleaning. > > Cheers, > > Rikke > > > On 2003.09.12 00:10, Stephen Ng wrote: > > Hi! > > > > Thanks for you help. > > > > I set the environment variables as you suggested, then did a > > configure, > > make, make install. The problem with "libgail.so" has not gone away. > > > > Have you any other suggestions? > > > > Regards, > > > > Stephen Ng > > > > On Fri, 2003-09-12 at 08:34, Chee Bin HOH wrote: > > > Hi, > > > > > > On redhat 9, if you install gtk+-2.0, the configure script will > > usually > > > install it in `/usr/local/lib instead of `/usr/lib`. > > > > > > Also the *.pc file (gtk+-2.0.pc) file will definitely go into > > > `/usr/local/lib/pkgconfig` directory. > > > > > But if you did NOT install a new pkg-config, then the pkg-config > > the > > > glade-2 `configure` will use when installing glade-2 is the old one > > > `/usr/bin/pkg-config`, the old `/usr/bin/pkg-config` will look for > > *.pc > > > files in `/usr/lib/pkgconfig` unless you specify the environment > > > variable PKG_CONFIG_PATH to `/usr/local/lib/pkgconfig`, also if you > > > intend the glade-2 yuo installed to be linking against the new > > gtk+-2.0 > > > you installed in `/usr/local/lib` instead of the old one in > > `/usr/lib`, > > > then you need to set the environment variable > > > LD_LIBRARY_PATH=/usr/local/lib, this will prevent the glade-2.0 > > links > > > with the old libraries that comes with redhat 9. > > > > > > > > > > > > regards, > > > HOH > > > > > > On Thu, 2003-09-11 at 15:59, Stephen Ng wrote: > > > > Hi! > > > > > > > > After installing Gtk+-2.0 and Galde-2 on RedHat 9, I get the > > following > > > > error when running Glade-2 - > > > > > > > > "Gtk-Message: Failed to load module "gail": libgail.so: cannot > > open > > > > shared object file: No such file or directory" > > > > > > > > The file is in definitely in /usr/lib/gtk-2.0/modules and yet Gtk > > > > reports it cannot find the file. > > > > > > > > I tried setting environment variable GTK_PATH to > > > > /usr/lib/gtk-2.0/modules just to see if it makes a difference. It > > did > > > > not help at all. > > > > > > > > Would appreciate help from anyone out there. > > > > > > > > Thanks in advance. > > > > > > > > Stephen Ng > > > > > > > > _______________________________________________ > > > > > > > > gtk-list@xxxxxxxxx > > > > http://mail.gnome.org/mailman/listinfo/gtk-list > > > > _______________________________________________ > > > > gtk-list@xxxxxxxxx > > http://mail.gnome.org/mailman/listinfo/gtk-list > > _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list