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
?? imagick_readimage segmentation fault
?? imagick_readimage segmentation fault
Last edited by anathema on 2010-03-22T06:09:18-07:00, edited 1 time in total.
Re: ?? imagick_readimage with https: @WWWDecodeDelegateDefau
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
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