Apache HTTP Server Logo

Related Topics:

Anonymous Posted on Sep 16, 2008

Apache Linux Problem

Running Apache on Linux suffering from this problem -
shmget: function not found
Any ideas?

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

Hot-Shot:

An expert who has answered 20 questions.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 30 Answers
  • Posted on Jan 10, 2009
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Hot-Shot:

An expert who has answered 20 questions.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Jan 04, 2009
Answers
30
Questions
0
Helped
18093
Points
59

It means that apache want to use SysV IPC. (semaphore get function)

IPC:
Inter process communication
These software objects (semaphores,shared memory and signals) enables the processes to exchange information.
Apache processes wants to exchange information via semaphores but could not,

You current Linux kernel dont have SystemV IPC support.
You should build a new Linux kernel with a SystemV IPC support.
You will have to rebuild the kernel with that support enabled (it's under the "General Setup" submenu)

I hope you can compile a new Linux kernel, if not this can help:
http://www.freeos.com/articles/2589/

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

293 views

Ask a Question

Usually answered in minutes!

Top Apache Computers & Internet Experts

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

73795 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

42244 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you an Apache Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...