tag 366428 + unreproducible thanks On Mon, May 08, 2006 at 05:45:22PM +0200, Infomaniak Network SA / Guy Baconniere wrote: > I have compiled PECL http://pecl.php.net/package/imagick > for PHP but when I do phpinfo() imagick.so crash the PHP.
I cannot reproduce the crashes with the php4-imagick package in Sarge. What's your reason to compile from source? Did you add "-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" to CFLAGS? > I suggest to add to the compile options "--enable-embeddable" > on the standard libmagick package to solve this issue. Functionality of this (experimental) switch should not be required for php-imagick. The fact that it fixes the crash seems to be more of a coincidence, probably due to the changed memory allocator. It's not clear to me whether this is a bug in imagemagick, after all. Regards, Daniel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

