LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   help installing ImageMagick w/out xwin (https://www.linuxquestions.org/questions/red-hat-31/help-installing-imagemagick-w-out-xwin-143548/)

Javelin 02-07-2004 11:16 PM

help installing ImageMagick w/out xwin
 
I have installed ImageMagick onto my web server. However, since I don't have xwin installed, it stated that it needed these dependencies:

libICE.so.6 libSM.so.6 libX11.so.6 libXext.so.6
libXt.so.6 libdps.so.1 libdpstk.so.1

So I installed the file with rpm -Fvh file --nodeps. My program that needs imagemagick doesn't see that I have it installed. What at this point do I need to do to get it running? I don't want to install unnecessary xwin packages on a webserver that only runs command line.

Tinkster 02-08-2004 01:09 AM

The files won't hurt the server ... all you need
to do is leave 3 as your default runlevel.

installed != running ...

Imagemagick WON'T work without those files.


Cheers,
Tink

Javelin 02-08-2004 01:07 PM

I found what I needed. XFree86-libs-4.3.0-2.i386.rpm

Thanks.


All times are GMT -5. The time now is 09:33 AM.