>> PerlModule HTML::Embperl
>
> My server won't come up when I do this.
>
Looks like you have an old version of mod_perl and have build it as DSO.
This should work with any mod_perl version > 1.22 or if mod_perl is linked
staticly into Apache.
Gerald
P.S. Please reply also to the list
---
> I was running the correct version of everything all along, but
> what worked for me was changing the EMBPERL_SESSION_CLASSES
> variable from "PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore
> SysVSemaphoreLocker""
> to "PerlSetEnv EMBPERL_SESSION_CLASSES "File Semaphore"" in my httpd.conf
> file.