>
> Preloading Apache::Session also causes sigsegv'ing, this time while
> dealing with MD5.pm. Preloading nothing seems to work.
>

And Embperl is _not_ loaded at startup time?

When does SIGSEGV occurs, when the server starts, on the first Embperl
request or on the first request which uses %udat/%mdat?

The problem is when mod_perl is build with USE_DSO. Maybe the compiler
options does not match, for some of the modules (Perl, Apache, mod_perl, DBI
etc.). Building a staticly linked Apache will surely solve the problem, but
if you like to continue using the dynamic version, you can try the following
two things:

1.) Preload HTML::Embperl::Session

2.) Try Apache::Session::FileStore instead of DBIStore

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 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

Reply via email to