Hello,

Looks like you are missing the ImageMagick-devel rpm.

Regards,
   Jim H


Bret Hughes wrote:

> trying to build a binary rpm for perlmagic :
> 
> I installed the src rpm perl-PerlMagick-4.28-6.src.rpm
> 
> from the specfile:
> BuildRequires: perl >= 5.00503
> Requires: perl >= 5.00503
> 
> $ rpm -qa|grep perl
> perl-HTML-Parser-3.05-6
> groff-perl-1.15-8
> perl-Text-CSV-0.01-6
> perl-libwww-perl-5.47-6
> perl-libnet-1.0605-2
> perl-URI-1.05-6
> perl-Text-CSV_XS-0.20-6
> perl-5.00503-12
> 
> when I try:
> rpm -bb PerlMagick.spec
> 
> I get {top part snipped)  :
> 
> Checking if your kit is complete...
> Looks good
> Note (probably harmless): No library found for -lMagick
> Note (probably harmless): No library found for -ldpstk
> Note (probably harmless): No library found for -ldps
> Note (probably harmless): No library found for -lXext
> Note (probably harmless): No library found for -lXt
> Note (probably harmless): No library found for -lX11
> Note (probably harmless): No library found for -lsocket
> Writing Makefile for Image::Magick
> + make
> mkdir blib
> mkdir blib/lib
> mkdir blib/lib/Image
> mkdir blib/arch
> mkdir blib/arch/auto
> mkdir blib/arch/auto/Image
> mkdir blib/arch/auto/Image/Magick
> mkdir blib/lib/auto
> mkdir blib/lib/auto/Image
> mkdir blib/lib/auto/Image/Magick
> mkdir blib/man3
> cp Magick.pm blib/lib/Image/Magick.pm
> AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
> /usr/bin/perl -I/usr/lib/perl5/5.00503/i386-linux
> -I/usr/lib/perl5/5.00503 /usr/lib/perl5/5.00503/ExtUtils/xsubpp
> -typemap /usr/lib/perl5/5.00503/ExtUtils/typemap Magick.xs >xstmp.c &&
> mv xstmp.c Magick.c
> cc -c -I.. -I/usr/local/include -I/usr/openwin/include
> -I/usr/openwin/include/X11 -Dbool=char -DHAS_BOOL -I/usr/local/include
> -O2 -m486 -fno-strength-reduce    -DVERSION=\"4.28\"
> -DXS_VERSION=\"4.28\" -fpic -I/usr/lib/perl5/5.00503/i386-linux/CORE
> Magick.c
> Magick.xs:78: magick/magick.h: No such file or directory
> Magick.xs:79: magick/defines.h: No such file or directory
> make: *** [Magick.o] Error 1
> Bad exit status from /var/tmp/rpm-tmp.28098 (%build)
> 
> 
> do I need something else installed too?  where should magick/magick.h
> come from?
> 
> find /usr -name magick.h returns nothing and my rpmfind is broken
> 
> Bret
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 





_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to