Hi,
That’s done in the loading, theres 2 config files zembperl.load and
zembperl.conf, I only showed you the .conf one, in the load it has.
LoadModule embperl_module /usr/lib/perl5/auto/Embperl/Embperl.so
I also copied this to the config file to make sure it was called and still
same problem
>
> The default embperl config (in zembperl.conf) is
>
I don't see a line like
LoadModule embperl_module /path/to/Embperl.so
Which is required and when missing causes such errors as you reported
Gerald
-
To unsubscribe, e-
Hi,
I am trying to get a apache2 server with mod_perl2 and embperl
running using just packages from apt-get however seem to be running into some
problems.
Am running Debian Sarge with Kernel 2.4.27-1 on a 386
server.
I firstly installed Apache2, then mod_perl2 then libembperl-pe
>
> SetHandler perl-script
> PerlHandler Embperl
> Options ExecCGI
>
>
Remove this block, or put it in a different block then the
Embperl::Object stuff
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Hi,
There is a clash between the FilesMatch and Location directives.
A simple example using .epo for EmbperlObject, .epl for plain Embperl
and .epr for resource files (files that are executed only:
# httpd.conf --
AddType text/html .epl
AddType te
Hi there,
I've used Embperl for 2 years. So, now I've decided to
try Embperl::Object.
I've configured apache as noticed below but when I request
target script I see output of only that script, not base.epl:
perl.conf:
PerlSetEnv EMBPERL_LOG /tmp/embperl.log
PerlSetEnv EMBPERL_DEBUG 33825832
LoadMod