PDA

View Full Version : Zend Optimizer Problem



RosT
07-11-2004, 07:49 AM
I'm installed Zend Optimizer by ./build zend & restart Apache manually.

This is phpinfo - http://www.brandhost.ru/phpinfo.php. You can see Zend Extensions on it, but Zend Optimizer don't work, example of error - http://futbol.com.ru/

jmstacey
07-11-2004, 08:37 AM
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

RosT
07-11-2004, 09:29 AM
I have made it. Has not helped. What to do?

DirectAdmin Support
07-13-2004, 10:44 AM
See if this helps

http://www.directadmin.com/forum/showthread.php?s=&threadid=3683&highlight=ipcs

John

RosT
07-14-2004, 04:37 AM
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? :)

DirectAdmin Support
07-14-2004, 12:02 PM
Hello,

Not too sure, have you tried it without mod_jk?

John

RosT
07-14-2004, 12:25 PM
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