Hello,
> okay apache is now running with Embperl.so which is a copy of Embperl.sl.
fine :-)
> The new directives are working and base.epl is loaded but following
problem
> still happen.
> The structure is like this:
> /project/base.epl
> /project/content.epl
> /project/index.html
> /project/main
Hi,
>PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore NullLocker"
use
PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL NULL"
Your syntax only works with Apache::Session 1.00, which isn't supported
anymore and you must have Apache::Session 1.5x installed.
see http://www.ecos.de/embperl/pod/doc/Embperl.-p
hello,
I,m trying to run a session-management with embperl and mysql on a windows98se system.
my httpd.conf:
PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore NullLocker"
PerlSenEnv EMBPERL_SESSION_ARGS "DataSource=DBI:mysql:apachesessions:localhost UserName=Jürgen Password=Apache"
PerlSenEnv EMBPERL
Hello,
> doesn't works for me.
> I'm trying to install on a hpux-11.0 machine.
I remeber that HP-UX dynamic linker is special..., but I have no access toa
HP-UX machine so I can't verfiy this.
>If i compile embperl no *.so file
> will
> be generated. In the makefile is also no build order for *.
Hello,
doesn't works for me.
I'm trying to install on a hpux-11.0 machine. If i compile embperl no *.so file
will
be generated. In the makefile is also no build order for *.so files.
But there is an Embperl.sl but if i load it into apache it will crash with a
core dump.
So i have following stat