Apache error Log File problems


Recommended Posts

Hello Everyone!

I have problems with Apache error Log File. There are a lot of errors:

Failed loading /etc/zend/data/5_2_x_comp/ZendOptimizer.so:
?/etc/zend/data/5_2_x_comp/ZendOptimizer.so: cannot open shared object file: No such file or directory
Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20060613/xcache.so:
/usr/local/lib/php/extensions/no-debug-non-zts-20060613/xcache.so: cannot open shared object file: No such file or directory

Can you help me?
Link to comment
Share on other sites

Looks like the package you downloaded is missing the ZendOptimizer files. Where did you download the Apache/ZendOptimizer package from?

 

What have you done so far to get to this point?

Link to comment
Share on other sites

ok to install the Zend optimiser follow this :)

 

http://en.ispdoc.com/index.php/Installing_Zend_Optimizer

 

and to fix the 

Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20060613/xcache.so:

error do the following

 

open the following file in your favorite editor :)

 


/usr/local/lib/php.ini

and either add a # to the start or remove the # fro the start of the lines, i cant remember which and i am at work just now

 


extension=pdo_sqlite.so
extension=sqlite.so 
Link to comment
Share on other sites

 

ok to install the Zend optimiser follow this :)

 

http://en.ispdoc.com/index.php/Installing_Zend_Optimizer

 

 

I have installed Zend already. Look at:



[root@zwarol ~]# php -i | grep Zend
Zend Extension => 220060519
Zend Memory Manager => enabled
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
??with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
Zend Optimizer
Zend Loader => enabled

 

and either add a # to the start or remove the # fro the start of the lines, i cant remember which and i am at work just now

 





extension=pdo_sqlite.so
extension=sqlite.so 

 

I can't find: pdo_sqlite.so and sqlite.so in this file.
 
 
 
I have installed control panel: directadmin.
Link to comment
Share on other sites

ok

 

run code 

php --ini

It should show you used config files where you may have specified xcache.

Link to comment
Share on other sites

ok

 

run code 



php --ini

It should show you used config files where you may have specified xcache.



[root@zwarol ~]# php --ini
Configuration File (php.ini) Path: /usr/local/lib
Loaded Configuration File:???? /usr/local/lib/php.ini
Scan for additional .ini files in: (none)
Additional .ini files parsed:???(none)
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.