[plug] Apache / Debian Woody

Jason Nicholls jason at mindsocket.com.au
Fri Aug 24 11:54:51 WST 2001


Hiya,

> [Fri Aug 24 11:29:48 2001] [emerg] Your kernel was built without 
> CONFIG_SYSVIPC
> apache: Please consult the Apache FAQ for details
> [Fri Aug 24 11:29:48 2001] [emerg] (38)Function not implemented: 
> could not call shmget
> 
> Looks like I'm missing a kernel bit, any idea what CONFIG_SYSVIPC is 
> and why my kernel would be lacking it?

IPC = Inter Process Communication, this includes shared memory, semaphores,
and message passing. It's highly unlikely for your kernel to be missing IPC
support unless you compiled it yourself and explicitly removed that option

i.e. using "make menuconfig" on a 2.4.7 kernel:

	General Setup -> System V IPC

And the desciption:

	Inter Process Communication is a suite of library functions and system
	calls which let processes (running programs) synchronize and exchange
	information. It is generally considered to be a good thing, and some
	programs won't run unless you say Y here. In particular, if you want
	to run the DOS emulator dosemu under Linux (read the DOSEMU-HOWTO,
	available from http://www.linuxdoc.org/docs.html#howto ), you'll need
	to say Y here.


Regards,

Jason Nicholls
--------------------------------------------------------------------
Jason Nicholls    icq: 11745841    email: <jason at mindsocket.com.au>
Proprietor                        mobile: 0417 410 811
Mind Socket [web services]          http://www.mindsocket.com.au/
--------------------------------------------------------------------



More information about the plug mailing list