"Darren Tao" on  wrote...
| Hi, Ron
|    It is a little out of order in my server. As something was
|    installed when install the system. I reinstalled the libjpeg. And
|    then remake ImageMagick and PerlMagick, but still does not work. It
|    seems there is another version ImageMagick in my system(installed
|    during installed the system), I try to use it, and also it does not
|    work. Terrible.

If you have system access, I would suggest you remove it.

If it is a package (redhat, suse, debian) remove it as a package,
forcibly if need be, and rebuild a new package to to install.

For redhat I use something like this from a 'srpm' download...

=======8<--------
rm -rf /usr/src/redhat/RPMS/*/* /usr/src/redhat/{SOURCES,SPECS,BUILD}/*
nice rpmbuild --nodeps --rebuild ImageMagick-*.src.rpm
cp -p /usr/src/redhat/RPMS/i386/ImageMagick-*.i386.rpm  .
rm -rf /usr/src/redhat/RPMS/*/* /usr/src/redhat/{SOURCES,SPECS,BUILD}/*
=======8<--------

The removes are to completely clear the system RPM build area.
and you don't need to be root to do the above if that area is writeable
by you.  At the end you will have all the ImageMagick RPM packages,
build specifically for your system.


Anyone know how to specify/create a different build area to build RPMs?

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
    Just erotic.  Nothing kinky.  Its the difference between using
    a feather and using a chicken.          --- Terry Pratchet - "Eric"
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to