• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

ImageMagic -- install

W

webandlinkscom

Guest
I've been trying to have yum (Using Fedora 4, and Plesk 8.1) to find and or obtain ImageMagic to install.. I've run into a couple of problems with attempting to resolve the dependency..

Any suggest? I do see it es3.atomic-bleed thing, but i can not get yum.conf to see or install it.

Thanks,
 
ImageMagic is part of the FC4 distribution, so you shouldnt need any 3rd party archives to install it:

ImageMagick.x86_64 6.2.2.0-3.fc4.2 updates-released
ImageMagick.i386 6.2.2.0-3.fc4.2 updates-released
ImageMagick-c++.x86_64 6.2.2.0-3.fc4.2 updates-released
ImageMagick-c++.i386 6.2.2.0-3.fc4.2 updates-released
ImageMagick-c++-devel.x86_64 6.2.2.0-3.fc4.2 updates-released
ImageMagick-devel.x86_64 6.2.2.0-3.fc4.2 updates-released
ImageMagick-perl.x86_64 6.2.2.0-3.fc4.2 updates-released
 
Hey,
Thanks for the reply.. when I do a locate, it only gives me this response..
/var/cache/yum/updates-released/headers/ImageMagick-6.2.2.0-3.fc4.2.i386.hdr
But, I know its not been installed because convert can not be found.

Thanks,
Webandlinks
 
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.
 
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.
 
That tells me you're pulling from the wrong channel(s), moste likely from another distribution.


Probably for some other distribution. Definitely dont use atomic-bleeding, unless you're a developer/tester/packager looking to help me debug things, the packages in there are either completely untested, or known to be broken.
 
Awesome !!
Thanks for the help. I was able to resolve this and remove the atomic-bleed :)

Thanks,
Originally posted by webandlinkscom
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
 
Back
Top