Hi,
I have a compile error while compiling embperl & mod_perl.
On several machines I have succeeded, but on that machine not :-(
Maybe You can help me...
I added error messages:
[Wed Aug 22 18:09:53 2001] [error] Can't locate loadable object for module
Apache::Constants in @INC (@INC co
On Wed, Aug 22, 2001 at 01:41:00PM +0200, Gerald Richter wrote:
>
>
> >
> > Any ideas as to where I might start looking for
> > what is causing this??
> >
>
> That means that "new CGI" returns undef. I guess that something with the
> fileupload goes wrong. Any additional error messages ?
>
No
Hi all,
I'm trying to use de EMBPERL_OBJECT_FALLBACK feature to return custom
error messages but after I restart apache everything remains the same,
with the apache 404 error appearing.
in httpd.conf:
...
PerlSetEnv EMBPERL_OBJECT_FALLBACK 404.html
...
I've tried with a full path file too, but
> I am repeatedly getting the following messages in
> my server error log:
>
> [6432]ERR: 44: Line 1: Setup of CGI.pm failed:
>
> I'd guess that this is coming from Embperl,
Yes
>
> Any ideas as to where I might start looking for
> what is causing this??
>
That means that "new CGI" returns un
I am repeatedly getting the following messages in
my server error log:
[6432]ERR: 44: Line 1: Setup of CGI.pm failed:
I'd guess that this is coming from Embperl, as Apache
puts in a date, time, and the file that generated
the error.
Any ideas as to where I might start looking for
what is caus
>
> looks like the next version of mod_perl and embperl will need
> to be patched:
> 'use URI::URL'
>
I put it on the todo list
Thanks
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mai
>
> I can iterate the username list in the application myself (as a matter
> of fact I have a reverse lookup table with user names and user sessions
> already for other reasons) but I don't know what to do when I've got the
> right session id. I could send the cookie manually but it seems
> stupid