Apache not starting in Zend Server with Mac OS X 10.8 Mountain Lion upgrade

After upgrading to Mountain Lion, it’s likely that Apache won’t start in Zend Server. Re-installing Zend Server should fix any MySQL/Lighttpd issues you have, but you may get the error below:

dyld: lazy symbol binding failed: Symbol not found: _xsltInitGlobals
  Referenced from: /usr/lib/libexslt.0.dylib
  Expected in: /usr/local/zend/lib/libxslt.1.dylib

dyld: Symbol not found: _xsltInitGlobals
  Referenced from: /usr/lib/libexslt.0.dylib
  Expected in: /usr/local/zend/lib/libxslt.1.dylib

In this case the fix is library-related, which I found on the Cummings & Partners blog

sudo cp /usr/lib/libxslt.1.dylib /usr/local/zend/lib/.

9 comments

Leave a Reply to Cahdek Cancel reply