View Single Post

  #3 (permalink)  
Old 11-13-2007, 05:59 PM
ITDevil ITDevil is offline
Junior Member
User
 
Join Date: Oct 2007
My distro: CentOS
Posts: 2
Rep Power: 0
ITDevil is on a distinguished road
Default

Quote:
Originally Posted by rockdalinux View Post
Why you are compiling stuff, use binary files as redhat modifies lots of stuff. Add libpng/imagemagick/freetype packages and libpng/imagemagick/freetype - devel packages see if that can get rid of this problem. Use yum command to install all stuff for example
Code:
yum install ImageMagick-devel ImageMagick
same way install libpng and other stuff with devel package
Thank you very much for your reply, I have tried installing them via YUM with devel packs but i still get the same error on prelink cron... Not sure what am i doing wrong.
Reply With Quote