On Sun, Apr 3, 2011 at 10:06 PM, Shawn H Corey <shawnhco...@gmail.com>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-protector Magick.o -o > blib/arch/auto/Image/Magick/Magick.so \ > -lMagickCore -lperl -lm \ > > /usr/bin/ld: cannot find -lperl > > -lperl means the perl development library. Check for libperl-dev on Debian/Ubuntu. > This has something to do with perlbrew. For some reason, it's not getting > the directories correct. Sounds like a future Github Issue. :)