Search found 2 matches

by TheNobleSix
2015-09-07T03:57:48-07:00
Forum: MagickWand
Topic: How to load ImageMagick in Apache2
Replies: 1
Views: 10111

Re: How to load ImageMagick in Apache2

Made it! We needed "-lMagickWand" flag...
by TheNobleSix
2015-09-07T03:21:31-07:00
Forum: MagickWand
Topic: How to load ImageMagick in Apache2
Replies: 1
Views: 10111

How to load ImageMagick in Apache2

Hello guys! I wrote an Apache2 module that use some functions declared in wand/magick_wand.h. I installed MagickWand usind "sudo apt-get install libmagickwand-dev" and it works perfectly outside Apache. I built my module using apxs: "sudo apxs -i -a -c -I /usr/include/ImageMagick/ -n ...