Search found 5 matches

by qwerty
2011-03-03T16:23:02-07:00
Forum: Users
Topic: custom include and library paths when building PerlMagick?
Replies: 2
Views: 5545

Re: custom include and library paths when building PerlMagic

My apologies... PerlMagick-6.59 does not support the environment variables IM_LIB and IM_INC to tell PerlMagick where to find the ImageMagick libraries and include files. It turns out that this was a hack made to our source to support installing IM in a non-standard location.

it would be very nice ...
by qwerty
2011-03-03T11:47:38-07:00
Forum: Users
Topic: LD_RUN_PATH not set correctly for PerlMagick
Replies: 0
Views: 3863

LD_RUN_PATH not set correctly for PerlMagick

I am build ImageMagick-6.6.7-10. When it gets around to building PerlMagick, the build process seems to be using the build directory for the ImageMagick libraries, not the install directory.

In the following, /tmp/bbb is the build directory (where the IM source is untarred into) and /tmp/iii is the ...
by qwerty
2011-03-02T16:35:22-07:00
Forum: Users
Topic: custom include and library paths when building PerlMagick?
Replies: 2
Views: 5545

custom include and library paths when building PerlMagick?

I am building Image Magick into a custom directory (with configure --prefix=...), and I also want to build Perl Magick.

With PerlMagick-6.59, I could use the following recipe:

tar zxf PerlMagick-6.59.tar.gz
cd PerlMagick-6.59
export IM_INC="-I$IM_HOME/include/ImageMagick "
export IM_LIB="-L$IM ...
by qwerty
2011-02-24T13:27:44-07:00
Forum: Bugs
Topic: segfault with modperl
Replies: 3
Views: 6430

Re: segfault with modperl

It is helps, here is another typical backtrace I was getting with ImageMagick loaded:

http://www.gossamer-threads.com/lists/m ... dev/102657

I'll try removing RSVG support.
by qwerty
2011-02-24T08:46:35-07:00
Forum: Bugs
Topic: segfault with modperl
Replies: 3
Views: 6430

segfault with modperl

Hi,

I'm getting a segfault when using ImageMagick with my modperl application. The segfault happens at server startup, after all of the perl initialization code has been run. If I comment out the "use Image::Magick" line, the application starts up.

Versions:
- perl 5.12.2
- httpd-2.2.17
- mod ...