Hi, please send user support questions to [EMAIL PROTECTED] On Mon, Jun 21, 2004 at 04:54:43PM -0700, Abhishek Khandelwal wrote: > I am running Red hat 9.3 linux version 2.4.20-8 and using apache httpd > version 2.0.49 > > I am not able to start httpd server. > Getting the following error message : > [error] (38)Function not implemented: Cannot create SSLMutex
Use "SSLMutex sysvsem"; you may need to use "AcceptMutex sysvsem" as well. The problem is that you've taken an httpd binary which was built on an NPTL-savvy kernel and are running it on a non-NPTL-savvy kernel. Regards, joe
