Hello Luke, Gimp and it's depending libraries i.e GTK+ is probably installed under /usr/local/. This means that you have to add /usr/local/lib to your LD_LIBRARY_PATH e.g like this export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH Now you can try to run Gimp. If it fails you have to lookup where the libraries are installed and add the correct location to your LD_LIBRARY_PATH. Cheers Olof -- Olof Kylander Frozenriver Digital Design http://www.frozenriver.nu Consultant at Sigma nBiT Technical writer and coauthor of GUM (the Gimp User Manual) On Mon, 13 Sep 1999, Luke Holton wrote: > > Hi, > > I'm brand new to gimp and am trying to get it up and running on a Sun > Ultra10 runing Solaris 7. I've installed the following (In the order > displayed) using Suns' pkgadd utility: > > gtk+-1.2.3-sol7-sparc-local > jpeg-6b-sol26-sparc-local > libpng-1.0.2-sol26-sparc-local > tiff-3.4-sol26-sparc-local > xpm-3.4k-sol26-sparc-local > zlib-1.1.2-sol26-sparc-local > gimp-1.0.0-sol26-sparc-local > > > The pkgadd utility reported back that all the above had been installed > correctly. When I attempt to run the program from the command line (see > below) I receive the message shown. Can anyone give me an idea of what I > need to do to correct this? > > > sparc1$ gimp > ld.so.1: gimp: fatal: libgtk.so.1: open failed: No such file or directory > Killed > > > > Luke Holton > Desert Sky Software > Tel: (602) 279-4600 > Fax: (602) 279-4768 > www.desertsky.com > >