PerlMagick

Andy Armstrong andy at hexten.net
Thu Oct 28 15:36:01 BST 2010


On 28 Oct 2010, at 15:23, Christopher Jones wrote:
>> No - installing it from source installs PerlMagick too :)
> 
> Not on my Mac it didn't.


Well - going out on a limb here - perhaps you installed it differently from how I did? :)

$ cat config.sh 
#!/bin/bash
plib=$(perl -MConfig -MData::Dumper -e '@c=(split "=", $Config{shrpenv}, 2); print $c[-1]')
echo "Perl lib: $plib"
LDFLAGS="-L/alt/local/lib -L$plib" ./configure \
  --prefix=/alt/local \
  --with-perl

(I keep a non-system Perl installed below /alt/local)

-- 
Andy Armstrong, Hexten






More information about the london.pm mailing list