Stefan Cars wrote:
> The following code leaves error:
>
> [!
> $r = shift;
> require $r -> component -> cwd . "/inc/netlib.pl";
>
> !]
>
try instead
require $epreq -> component -> cwd .
(needs 2.0b10) or
require $Embperl::req -> component -> cwd
Gerald
>
> This error:
>
> ERR: 24: E
Hi,
>
> As I said on the list I'm interested in some sessionhandling using the
> URL if the user doesn't have cookies.
I thought I had answered your mail on the list, but seems that I missed to
do so, sorry!
> At the moment this is a kind of
> large site which is using EmbperlBlocks syntax on ev
Hi Gerald,
It seems that Apache::ImageMagick is not compactible with the modperl 2,
Is that true or not ?
This is a sample of my error log
[Thu Mar 11 21:06:29 2004] [error] [client 192.168.0.100] Can't locate
Apache/File.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.8.3/i686-linux /usr/lo
Jan Kyncl wrote:
> Hi Gerald,
> It seems that Apache::ImageMagick is not compactible with the modperl
> 2, Is that true or not ?
>
I didn't have tried Apache::ImageMagick with 2.0.
You might try to load Apache::compat first, this often make things work on
2.0
Gerald
Hi,
>> Any thoughts on a workaround or another way to debug this?
>>
>
> It's a problem with Embperl::Object, which ignores the fdat parameter
> (with Embperl::Execute it works, but not with
> Embperl::Object::Execute).
>
The following patch solves the problem. It's also available from the CVS.
G