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_COOKIE_DOMAIN "localhost"
PerlSenEnv EMBPERL_COOKIE_EXPIRES 'Tuesday,2-July-2002 15:30:00 GMT"
PerlModule HTML::Embperl
everything is to run on localhost as a test only so far.
The apachesession and the tables in mysql are created already.
(create database apachesessions ;
create table sessions(id char(16) primary key, length int(11), a_session text)
the Apache error log gives this:
"Cannot require Apache::Session::Store::DBIStore at .../Embperl/Session.pm line 204.
Compilation failed in require at C/....EmbperlObject.pm line 26.
Compilation failed in require at (eval 26) line 3."
Could somebody tell me what is wrong ?..
thanks alot,
Jürgen
Join the world’s largest e-mail service with MSN Hotmail. Click Here
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]