Uncategorized

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/.

8 Comments

  • Thanks for posting, made for an easy fix. Cheers.

  • thanks a lot

  • Thanks Andrew. That fixed the problem!

  • So cool. Saved my life there. Thanx.

  • Thank you so much! been fighting that for a couple of days!

  • [...] success but nothing is served. I noted an error in the error.log and a quick google took me to  http://www.andrew-kirkpatrick.com/2012/07/apache-not-starting-in-zend-server-with-mac-os-x-10-8-moun… sudo cp /usr/lib/libxslt.1.dylib [...]

  • Thanks for this, credited you for this Mountain Lion fix on my existing Zend / Apache under Lion installation instructions. http://www.bizzie.biz/2011/12/zend-apache-and-virtual-hosts
    Thanks. Rob

  • Thanks a lot!

Leave a comment

Twitter