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