Hello,
 
I just set up session-tracking in Embperl 2.0b3, but when i restart apache, i get the following:
 
Syntax error on line 1513 of /etc/httpd/httpd.conf:
[Mon Apr  8 21:27:04 2002] Embperl.pm: [Mon Apr  8 21:27:04 2002] Cwd.pm: Cannot require Apache::Session::Store::DBIStore at /usr/lib/perl5/site_perl/5.6.0/i586-linux/HTML/Embperl/Session.pm line 204.
[Mon Apr  8 21:27:04 2002] Embperl.pm: Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/i586-linux/HTML/Embperl/Session.pm line 204.
 
 But Apache::Session::Store::DBIStore is installed on my system, i had a look at it at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store, without any success though ;-))
 
In httpd.conf I bring in Embperl::Sessions as follows:
 
#Embperl-session
PerlSetEnv EMBPERL_DEBUG 1
PerlSetEnv EMBPERL_LOG /tmp/embperl.log
PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore NullLocker"
PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=DBI:mysql:sessions UserName=user Password=secret"
PerlSetEnv EMBPERL_COOKIE_DOMAIN "yak"
PerlSetEnv EMBPERL_COOKIE_EXPIRES 'Monday, 27-Aug-2002 10:30:00 GMT'
PerlModule HTML::Embperl
 
What am I doing wrong?
 
Any help is appreciated a lot.
 
Ralf

Reply via email to