Page 1 of 1

Build Errors

Posted: 2008-11-08T12:08:43-07:00
by dognose
I'm trying to build IM on Centos x86_64 from srpm

Linux version 2.6.18-92.1.17.el5 (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Tue Nov 4 13:43:30 EST 2008

I've built it fine from source in the past, so I'm not sure what I'm doing wrong now..
It seems to build fine, until it hits this..

Processing files: ImageMagick-c++-6.4.5-4
error: File not found by glob: /var/tmp/ImageMagick-6.4.5-root/usr/lib64/libMagick++.so.*
Processing files: ImageMagick-c++-devel-6.4.5-4
error: File not found: /var/tmp/ImageMagick-6.4.5-root/usr/bin/Magick++-config
error: File not found by glob: /var/tmp/ImageMagick-6.4.5-root/usr/lib64/libMagick++.*
error: File not found: /var/tmp/ImageMagick-6.4.5-root/usr/lib64/pkgconfig/ImageMagick++.pc
error: File not found: /var/tmp/ImageMagick-6.4.5-root/usr/lib64/pkgconfig/Magick++.pc
error: File not found by glob: /var/tmp/ImageMagick-6.4.5-root/usr/share/man/man1/Magick++-config.*

I'm using the default spec, and I've also tried removing things I don't need, like magic_plus_plus, but still get the same problem.

Any ideas on what's wrong or where to start looking for a fix?