|
From: Hans R. <ha...@pa...> - 2006-08-23 11:42:36
|
Ah, this clears up the problem. You have php compiled with --enable-versioning. Recompile php without versioning, rebuild php, and that should cure your problem :) Regards, Hans Rakers Andreas Lehr; diginights.com wrote: > Hi Hans, > > Maybe this helps: > I switched PHP Debug and eA Debug on. > If i try to load php as zend_extension the effect keeps the same. > php-cli detets eA, mod_php not. > After that i tried to load as php_extension and the following line > appears in PHP error.log: > > [23-Aug-2006 11:55:04] PHP Warning: PHP Startup: Unable to load dynamic > library > '/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so' - > /usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so: > undefined symbol: _zval_ptr_dtor in Unknown on line 0 > > eA Version used: eaccelerator-svn260 > > > Thanks. > > andy > > Hans Rakers wrote: >> Hi, >> >> Just a few pointers: >> >> -are you sure your php apache module uses the same php.ini file? >> -are you sure your php versions match across the various packages (php, >> php-dev, libapache2-mod-php5)? >> -did you totally empty your cachedir? >> -try compiling eaccelerator with --with-eaccelerator-debug, configure a >> eaccelerator.log_file and set eaccelerator.debug to something like 15, >> and see if that gives you any pointers >> -try configuring php to log all php errors (startup errors, script >> errors etc) to a file, by setting log_errors to on, and setting >> error_log to your log location e.g. /var/log/php/error.log and see if >> that gives you any pointers >> >> Please try/verify these steps and report back. >> >> Regards, >> >> >> Hans Rakers >> >> |