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.
Looks like a mix of Apache::Session 1.0 and 1.5 > 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 ;-)) There is either a Apache::Session::DBIStore (in 1.00) or Apache::Session::Store::DBI (in 1.54) Upgrade at least to Apache::Session 1.54 and change >PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore NullLocker" to PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Null" Since Embperl 2.0b3 is really old (and has known bugs), I recommend to upgrade to Embperl 2.0b7 and install Apache::SessionX. In this case the configuration will take place when Makefile.PL of Apache::SessionX runs and you should remove the EMBPERL_SESSION_CLASSES and EMBPERL_SESSION_ARGS line from your httpd.conf Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
