If I were you, I'd compile things manually, and have them installed in your home directory.
Like: ./configure ... make make install DESTDIR=/home/myhome/local_installs If some dependencies are missing during the ./configure, you can just install them as needed. It's hard to fulfill the needs of a package manually, especially RPMs. Matthew Botos wrote: > Hi, > I installed a binary RPM of ImageMagick 6.3.8.1 in the home directory > of my web host since I don't have root access. I also installed the > required liblcms libraries and set LD_LIBRARY_PATH, but still receive > a shared library error. > > mbotos [~]# echo $LD_LIBRARY_PATH > :/usr/lib64:/usr/lib:/home/mbotos/ImageMagick/lib64:/home/mbotos/ > ImageMagick/lib > mbotos [~]# ls -l /home/mbotos/ImageMagick/lib > total 224 > drwx------ 2 mbotos mbotos 4096 Aug 9 07:19 ./ > drwx------ 6 mbotos mbotos 4096 Aug 9 07:21 ../ > lrwxrwxrwx 1 mbotos mbotos 17 Aug 9 07:19 liblcms.so.1 -> > liblcms.so.1.0.16* > -rwxr-xr-x 1 mbotos mbotos 215672 Jun 3 05:41 liblcms.so.1.0.16* > mbotos [~]# ImageMagick/bin/convert > ImageMagick/bin/convert: error while loading shared libraries: > liblcms.so.1: cannot open shared object file: No such file or directory > > Are additional steps needed for such an installation? > > Thanks in advance, > Matthew > > > _______________________________________________ > Magick-users mailing list > [email protected] > http://studio.imagemagick.org/mailman/listinfo/magick-users > > _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
