Trying build a rpm for ImageMagick 6.5.8-8 of the ImageMagick-6.5.8-8.src.rpm on a Redhat 5.3 64 bit systems.
Command 1
rpm -i --nomd5 ImageMagick-6.5.8-8.src.rpm
Command 2
rpmbuild --nodeps -ba /usr/src/redhat/SPECS/ImageMagick.spec
Without the --nodeps the following errors come up: error: Failed build dependencies: perl-devel, djvulibre-devel, jasper-devel is needed by ImageMagick-6.5.8-8.x86_64
Now once command2 is issued I receive the below errors as described in the following post: viewtopic.php?f=2&t=12964
RPM build errors:
File not found by glob: /var/tmp/ImageMagick-6.5.8-8-root-root/usr/lib64/libMagick++.so.*
File not found: /var/tmp/ImageMagick-6.5.8-8-root-root/usr/bin/Magick++-config
File not found: /var/tmp/ImageMagick-6.5.8-8-root-root/usr/include/ImageMagick/Magick++.h
File not found: /var/tmp/ImageMagick-6.5.8-8-root-root/usr/lib64/libMagick++.so
File not found: /var/tmp/ImageMagick-6.5.8-8-root-root/usr/lib64/pkgconfig/Magick++.pc
File not found: /var/tmp/ImageMagick-6.5.8-8-root-root/usr/lib64/pkgconfig/ImageMagick++.pc
File not found by glob: /var/tmp/ImageMagick-6.5.8-8-root-root/usr/share/man/man1/Magick++-config.*
Any ideas on how to fix?