Hallo!

>
> Where is the problem? Is there any debug-nr, where i can check, what
> happens during start of the apache.
>

As Angus already write, a stack back trace would be the best. In short do

gdb /path/to/httpd
set args -f /your/httpd.conf -X
r
-> you get the segfault
BT
you see the backtrace

before doing this compile EMbperl with debug symbols:

perl Makefile.PL debug
make install


> Can PerlSetEnv EMBPERL_SESSION_CONFIG "MySQL" a help and is this the
> right notation?
>

EMBPERL_SESSION_CONFIG "Mysql"

would be correct.

Could you try if it makes any difference, if leave out the PerlSetVar in
your current setup at all?

You could also tell Makefile.PL which session type you want to use by
default and don't add any session configs in your httpd.conf. In this case
Embperl uses what you have setup with Apache::SessionX

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]

Reply via email to