• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

can someone install image magick on my server???

C

chitchatonline

Guest
can someone please install image magick on my godaddy server??? godaddy doesn't want to help... what a waste...

i have read through many topics in this board.. and i don't understand half the stuff.... can someone help me install image magic on my server???

maybe we can work some sort of a deal or something...

please someone please install imagemagick...

thanks
 
aww man...

thanks thanks thanks.. i get this instructions.. so easy.. but i think i have failed...

Code:
[evandaeman@chitchat evandaeman]$ rpm -ivh ImageMagick-6.2.0.7-2.fc2.4.legacy.i3               86.rpm	
/etc/security/selinux/file_contexts: No such file or directory	
warning: ImageMagick-6.2.0.7-2.fc2.4.legacy.i386.rpm: V3 DSA signature: NOKEY, k               ey ID 731002fa	
error: Failed dependencies:	
        libICE.so.6 is needed by ImageMagick-6.2.0.7-2.fc2.4.legacy
        libSM.so.6 is needed by ImageMagick-6.2.0.7-2.fc2.4.legacy
        libX11.so.6 is needed by ImageMagick-6.2.0.7-2.fc2.4.legacy
        libXext.so.6 is needed by ImageMagick-6.2.0.7-2.fc2.4.legacy
        libXt.so.6 is needed by ImageMagick-6.2.0.7-2.fc2.4.legacy
        libdps.so.1 is needed by ImageMagick-6.2.0.7-2.fc2.4.legacy
        libdpstk.so.1 is needed by ImageMagick-6.2.0.7-2.fc2.4.legacy
        libungif is needed by ImageMagick-6.2.0.7-2.fc2.4.legacy

i'm getting this error
error: Failed dependencies:


lol yea this was too good to be true.. i think it downloaded the file just fine... but the second execution command didn't work... do you know what's happening???

please reply thanks
 
then we try it the other way:

login with SSH
become root

install yum
type rpm -Uvh http://download.fedoralegacy.org/fedora/2/os/i386/yum-2.0.7-1.1.noarch.rpm

We will use the yum repos of ART (www.atomicrocketturtle.com)
See for more info: http://www.atomicrocketturtle.com/m...ns&file=index&req=viewarticle&artid=18&page=1

install ART GPG-key
type wget http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt

type rpm --import RPM-GPG-KEY.art.txt

edit /etc/yum.conf and add these lines:
# THIS CHANNEL CONTAINS MY PSA COMPATIBLE RPMS (php, mysql, qmail-scanner, etc)
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/

[psa-6.0]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 6.0 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-6.0/$releasever/

[psa-7.0]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.0 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.0/$releasever/

[psa-7.1]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.1 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.1/$releasever/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/$releasever/

[base]
name=Atomic Rocket Turtle - $releasever - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/base/$releasever/

[updates]
name=Atomic Rocket Turtle - $releasever - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/updates/$releasever/

run yum

type: yum install ImageMagick

this time ImageMagick and all it dependencies will be installed.
 
Code:
/etc/yum.conf and add these lines:

i don't know how to access these files...
how should i edit them???

is there any way you can do this for me? i'll give you the user name and password and all that you need to log in...

if you have paypal i'll even pay you some money...

please... i don't know how to do all these...

or atleast tell me how do i access the /etc/ folder...
the server is located at go daddy... and i can't seem to access the folders very well...
 
Back
Top