Re: Problems with cpan

2011-04-03 Thread Shawn H Corey
On 11-04-03 03:48 PM, Dave Rolsky wrote: Of course, if you're not using the system Perl, then you're kind of stuck. Yeah, it looks that way. My system Perl is v5.10. I wanted to play around with v5.12 but it all seems hit and miss. Sigh. -- Just my 0.0002 million dollars worth, Sha

Re: Problems with cpan

2011-04-03 Thread sawyer x
On Sun, Apr 3, 2011 at 10:42 PM, Shawn H Corey wrote: > On 11-04-03 03:23 PM, sawyer x wrote: > >> -lperl means the perl development library. Check for libperl-dev on >> Debian/Ubuntu. >> > > Sigh. Now it can't `make test`: > > Running make test > PERL_DL_NONLAZY=1 /home/shawn/lib/perlbrew/perls/

Re: Problems with cpan

2011-04-03 Thread Dave Rolsky
On Sun, 3 Apr 2011, Shawn H Corey wrote: Sigh. Now it can't `make test`: Installing PerlMagick from source is a huge pain in the ass. I strongly suggest you use the Debian packages. It'll make your life much easier. Of course, if you're not using the system Perl, then you're kind of stuck.

Re: Problems with cpan

2011-04-03 Thread Shawn H Corey
On 11-04-03 03:23 PM, sawyer x wrote: -lperl means the perl development library. Check for libperl-dev on Debian/Ubuntu. Sigh. Now it can't `make test`: Running make test PERL_DL_NONLAZY=1 /home/shawn/lib/perlbrew/perls/perl-5.12.3/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bl

Re: Problems with cpan

2011-04-03 Thread sawyer x
On Sun, Apr 3, 2011 at 10:06 PM, Shawn H Corey wrote: > On 11-04-03 02:15 PM, sawyer x wrote: > >> Once you have those, the module will be able to compile against them. >> > > Now I'm getting this: > > LD_RUN_PATH="/usr/lib" cc -L../magick/.libs -lMagickCore -shared -O2 > -L/usr/local/lib -fstack

Re: Problems with cpan

2011-04-03 Thread Shawn H Corey
On 11-04-03 02:15 PM, sawyer x wrote: Once you have those, the module will be able to compile against them. Now I'm getting this: LD_RUN_PATH="/usr/lib" cc -L../magick/.libs -lMagickCore -shared -O2 -L/usr/local/lib -fstack-protector Magick.o -o blib/arch/auto/Image/Magick/Magick.so \

Re: Problems with cpan

2011-04-03 Thread sawyer x
On Sun, Apr 3, 2011 at 8:46 PM, Shawn H Corey wrote: > Could someone tell me how to fix this? > [...] > Magick.xs:64: fatal error: magick/MagickCore.h: No such file or directory > compilation terminated. > It appears you're missing the header files of ImageMagick. If you're on GNU/Linux, this sh