Hey, guys
Thanks again.
Well, I'm on a VPS.. I did attempt to run yum install ImageMagick
and gives me this error message:
--> Running transaction check
--> Processing Dependency: libc.so.6(GLIBC_PRIVATE) for package: amap
--> Processing Dependency: libsybdb.so.4 for package: amap
--> Processing Dependency: libtdssrv.so.1 for package: amap
--> Processing Dependency: libtds.so.3 for package: amap
--> Finished Dependency Resolution
Error: Missing Dependency: libc.so.6(GLIBC_PRIVATE) is needed by package amap
Error: Missing Dependency: libtdssrv.so.1 is needed by package amap
Error: Missing Dependency: libsybdb.so.4 is needed by package amap
Error: Missing Dependency: libtds.so.3 is needed by package amap
[root@subrayando /]#
So, I thought I would be smart and attempt to
[root@subrayando /]# yum check-update amap
Repository atomic-bleeding is listed more than once in the configuration
Setting up repositories
Reading repository metadata in from local files
Originally posted by atomicturtle
Try running:
yum install ImageMagick
This assumes that you're not on a VPS, those generally remove yum (a policy I strongly disagree with). If you are on a VPS, then you'll unfortunately have to get yum installed on your system on your own.