At Mon, 8 Jul 2002 20:41:02 +0200, Michael Ott wrote: > PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Semaphore" > PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:sessions UserName= >Password=" > > My apache crashes during start. When i set EMBPERL_SESSION_CLASSES="File File" > my apache works. > > During the crash, Embperl write no logs. I have checked my MySQL-Server. > I can connect with the same configs. And Apache::SessionX can connect > to.
try either stracing the program (or truss, etc on non-linux) or get a core dump and run gdb's "bt" command on it. that should tell us a little bit about why (and possibly where) its exiting. -- - Gus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
