On Sat, 6 Jul 2002, Gerald Richter wrote:
> >Gerald , I downloaded the nmake for the binary package, but nmake nor
> nmake install
> >will run. I put them under C:/Perl ..which is included in my PATH
> >it says it can,t find such file or directory..but it,s there. what is my
> mistake here?
>
>
>Gerald , I downloaded the nmake for the binary package, but nmake nor
nmake install
>will run. I put them under C:/Perl ..which is included in my PATH
>it says it can,t find such file or directory..but it,s there. what is my
mistake here?
Try to run it by giving the full path name to the exe fi
>
> After unziping the Apache:Session 1.5 I get so many different files.
>
> Where am I to put all of them?
>
> How exactly do I install Apache::session? ... I used makefile...but where
do I run like "make",
>
> "make test" and "install" on a windows system?
>
Do you use ActiveState Perl?
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