Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96476 - eaccelerator-0.9.3 needs a workaround for shm-support
Summary: eaccelerator-0.9.3 needs a workaround for shm-support
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-18 11:39 UTC by Thomas Seifert
Modified: 2005-07-04 21:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Seifert 2005-06-18 11:39:07 UTC
I had a problem that eaccelerator-0.9.3 wasn't able to use shm-segments on my
gentoo-system. They just weren't recognized.
http://forums.gentoo.org/viewtopic-p-2507012.html#2507012
Some further searching lead me to that bugreport for eaccelerator:
http://sourceforge.net/tracker/index.php?func=detail&aid=1203253&group_id=122249&atid=692864
That fixed it for me, I just raised my shmmax-size over 64M
-> echo NEWSIZE > /proc/sys/kernel/shmmax 
and recompiled eaccelerator.
So it either needs that done before configuring or a fix in the configure-script
would be needed (which the eaccelerator-folks would appreciate too from the
bug-report).

Reproducible: Always
Steps to Reproduce:
1. see above
Comment 1 Sebastian Bergmann (RETIRED) gentoo-dev 2005-07-04 21:40:06 UTC
Supposedly UPSTREAM for the next release of eAccelerator.

Unfortunately, I could not find a patch that we could apply in a revision-bumped
version of the eaccelerator-0.9.3 ebuild. If someone has such a patch please reopen.