?? imagick_readimage segmentation fault

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
anathema
Posts: 2
Joined: 2010-03-22T05:20:27-07:00
Authentication code: 8675308

?? imagick_readimage segmentation fault

Post by anathema »

Hello,

I need some help.

I use Imagick on PHP. I read an image with imagick_readimage from URLs. This works fine for http.

But if I use https images I get an error:

sh: @WWWDecodeDelegateDefault@: command not found

in delegate.xml is a line:
<delegate decode="https" command='"@WWWDecodeDelegateDefault@" -q -O "%o" "https:%i"' />

Can anyone help me?
Thx in advance.

Anathema
Last edited by anathema on 2010-03-22T06:09:18-07:00, edited 1 time in total.
anathema
Posts: 2
Joined: 2010-03-22T05:20:27-07:00
Authentication code: 8675308

Re: ?? imagick_readimage with https: @WWWDecodeDelegateDefau

Post by anathema »

once again me.

I tried the following:

I replaced @WWWDecodeDelegateDefault@ with wget.

No the 'sh: @WWWDecodeDelegateDefault@: command not found' error is gone,
but I get an segmentation fault. at the imagick_readimage function.

Btw I use version 6.2.4.

Any hints?

Anathema
Post Reply