0

When my web site is calling out a bash script with /usr/bin/php i'm geting this error

Failed loading /projects/common/zend/lib/ZendOptimizer.so: /projects/common/zend/lib/ZendOptimizer.so: cannot open shared object file: No such file or directory

the file /projects/common/zend/lib/ZendOptimizer.so is there where it should be i dont know how to resolve this

B14D3
  • 5,188
  • 15
  • 64
  • 83
  • Do you get the same error when running `php -v`? – quanta Aug 05 '11 at 11:10
  • php -v shows this Failed loading /usr/lib/php/modules/ioncube_loader_lin_5.3.so: /usr/lib/php/modules/ioncube_loader_lin_5.3.so: undefined symbol: gc_remove_zval_from_buffer PHP 5.1.6 (cli) (built: Nov 29 2010 16:47:37) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies – B14D3 Aug 05 '11 at 11:17

2 Answers2

0

the file /projects/common/zend/lib/ZendOptimizer.so is there

And is it readable by the uid PHP is running as? Is the PHP running chroot?

symcbean
  • 21,009
  • 1
  • 31
  • 52
  • php is not chrooted .... and the problem was solved .... one of programers moved the file from orginal location.... god how i hate situations like this ;) – B14D3 Aug 05 '11 at 12:07
  • @B14D3: if the problem was solved, can you either answer the question yourself or close it? – raphink Aug 05 '11 at 12:43
0

Layer 8 error: one of the programers moved the file from orginal location..

Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93
B14D3
  • 5,188
  • 15
  • 64
  • 83