Page 1 of 1

?? imagick_readimage segmentation fault

Posted: 2010-03-22T05:30:10-07:00
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

Re: ?? imagick_readimage with https: @WWWDecodeDelegateDefau

Posted: 2010-03-22T05:54:46-07:00
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