Re: Installing PerlMagick-6.32

2008-02-07 Thread Landry Le Chevanton
Just build PerlMagick from Imagemagick-6.3.8-5 (on MacPro (Intel) and
MacBook (G4), both 10.5.1 and perl 5.8.8). After installation of ImageMagick
via Macports, I download the Imagemagick sources (Unix) and manually install
PerlMagick (path to LIB and INC have to be modified in Makefile.PL to point
to /opt/local/include and /opt/local/lib). Please note that test are not
implemented. Install with:
Perl Makefile.PL
Make
Make install

Verify that everything is working by running demo.pl (in the
ImageMagick/perlmagick/demo folder).

Can provide more details when needed.

Landry Le Chevanton


Le 7/02/08 17:09, « Alan Fry » [EMAIL PROTECTED] a écrit :

 Attempts to install PerlMagic on an Intel Mac running OS 10.5.1 (using
 MCPAN) result in the following failure:
 
 Running make test
 /bin/sh ../magick.sh PERL_DL_NONLAZY=1 /usr/bin/perl -
 MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/
 arch') t/*.t t/bzlib/*.t t/jpeg/*.t t/mpeg/*.t t/png/*.t t/ps/*.t t/
 tiff/*.t t/x/*.t t/xfig/*.t t/zlib/*.t
 /bin/sh: ../magick.sh: No such file or directory
 make: *** [test_dynamic] Error 127
   JCRISTY/PerlMagick-6.32.tar.gz
   /usr/bin/make test -- NOT OK
 //hint// to see the cpan-testers results for installing this module,
 try:
   reports JCRISTY/PerlMagick-6.32.tar.gz
 Running make install
   make test had returned bad status, won't install without force
 
 The file magic.sh certainly does not exist -- where should it have
 come from?
 
 (I cannot find reports JCRISTY/PerlMagick-6.32.tar.gz, BTW.)
 
 I would be grateful if anyone could tell me what to do to resolve this
 problem.
 
 Regards,
 
 Alan Fry
 --
 -
 Orange vous informe que cet  e-mail a ete controle par l'anti-virus mail.
 Aucun virus connu a ce jour par nos services n'a ete detecte.
 
 





Installing PerlMagick-6.32

2008-02-07 Thread Alan Fry
Attempts to install PerlMagic on an Intel Mac running OS 10.5.1 (using  
MCPAN) result in the following failure:


Running make test
/bin/sh ../magick.sh PERL_DL_NONLAZY=1 /usr/bin/perl - 
MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/ 
arch') t/*.t t/bzlib/*.t t/jpeg/*.t t/mpeg/*.t t/png/*.t t/ps/*.t t/ 
tiff/*.t t/x/*.t t/xfig/*.t t/zlib/*.t

/bin/sh: ../magick.sh: No such file or directory
make: *** [test_dynamic] Error 127
 JCRISTY/PerlMagick-6.32.tar.gz
 /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module,  
try:

 reports JCRISTY/PerlMagick-6.32.tar.gz
Running make install
 make test had returned bad status, won't install without force

The file magic.sh certainly does not exist -- where should it have  
come from?


(I cannot find reports JCRISTY/PerlMagick-6.32.tar.gz, BTW.)

I would be grateful if anyone could tell me what to do to resolve this  
problem.


Regards,

Alan Fry