According to Pramod Sokke:

> I'm trying to set up Authentication using Apache::AuthDBI. I'm establishing db 
>connections at startup.
> I've set $Apache::DBI::DEBUG = 2.
>  
> When I start the server, I get the following message for every child process: 
> Apache::AuthDBI         PerlChildInitHandler semget failed
> 
> And whenever I access the server, I get these messages in my error log:
> 
> Apache::AuthDBI         PerlChildInitHandler semget failed
> Apache::AuthDBI         PerlChildExitHandler shmread failed 
> Apache::AuthDBI         PerlChildExitHandler shmwrite failed
> 
> What does all this mean?

Are you running freebsd? You may need to rebuild a kernel with
the sysV semaphores and shared memory enabled.

  Les Mikesell
    [EMAIL PROTECTED]

Reply via email to