27Mar/12Off
eAccelerator freebsd error shmmax
Freebsd has an issue with eAccelerator right now where when you try to start it it gives you an error "eAccelerator: shmmax should be at least 2MBPHP Warning"
To fix this we're going to remove eAccelerator then reinstall it:
# cd /usr/ports/www/eaccelerator
# make deinstall
# vi MakeFile
The "CONFIGURE_ARGS=" line needs to be changed so it looks like this
CONFIGURE_ARGS= --with-eaccelerator-shared-memory \
--with-eaccelerator-userid=80 \
--without-eaccelerator-use-inode
save the file and exit
then
# make install clean
restart apache