Re: GPS on Red Hat
Mark Gawler <[email protected]>
| Newsgroups | gmane.comp.ide.gps.user |
|---|---|
| Message-ID | <1103579430.23142.6.camel@localhost> |
On Mon, 2004-12-20 at 16:05 -0500, [email protected] wrote: > Folks, > This might be a question which was discussed bu I can not find the answer. > When I installed GPS to Red Hat, it gives an error > > error while loading shared libraries: libgtkada-2.2.so.1: cannot open > shared object file: No such file or directory. Is the a library path problem? If the exists on your system then it almost certainly is. The quick fix is to add the path to libgtkada-2.2.so.1 to your LD_LIBRARY_PATH i.e. assuming that the library path is blank to start with, which is usually the case: $ export LD_LIBRARY_PATH=<path to library> The proper fix is to sort out your ldconfig to cash the location of this library correctly, but I dont know where it is done in Red Hat, Gentoo puts it in /etc/env.d/ -- Mark Gawler <[email protected]>