Zend Optimizer Problem

You could try cleaning, updating and then reinstalling everything in case theres an older version of one of the applications such as php or apache.

./build clean
./build update
./build all
./build zend
/usr/local/etc/rc.d/httpd restart
 
When apache restarts:

customer-220889# /usr/local/etc/rc.d/httpd restart
Stopping httpd: [ FAILED ]
Starting httpd: [ OK ]
[Wed Jul 14 15:38:52 2004] [warn] Loaded DSO modules/mod_jk.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)customer-220889#
[Wed Jul 14 15:38:53 2004] [warn] module perl_module is already loaded, skipping
shmget() failed: Invalid argument


I then typed "ipcs". But, no shared memory locks. Result:

customer-220889# ipcs
Message Queues:
T ID KEY MODE OWNER GROUP

Shared Memory:
T ID KEY MODE OWNER GROUP

Semaphores:
T ID KEY MODE OWNER GROUP

What to do? :)
 
I'm tried to remove mod_jk. No result - Zend Optimizer don't work :-(

customer-220889# /usr/local/etc/rc.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
customer-220889# shmget() failed: Invalid argument
 
Back
Top