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
Leave a comment
Categories
- End of an era (@ Cineworld Northampton for Fast & Furious 6) http://t.co/lAR2ojQSt5
- I'm at World Vision HQ (Milton Keynes, Buckinghamshire) http://t.co/HzO6BQjmtN
- RT @RealLeeNelson: Northampton I hope this got Bradford out of your system! The luv is there!!! #ManOnStage #ScottylandFight http://t.co/EL…
- I'm at Cineworld Northampton for Star Trek Into Darkness 3D (Northampton, Northants) w/ 2 others http://t.co/i4XwheEZEy
- I'm at White Hart Hotel Taunton (Taunton, England) http://t.co/65FbNnLtNU
Recent Posts
- “Could not open configuration file /usr/local/zend/etc/sites.d/zend-default-vhost-80.conf”
- How to safely handle PHP “__toString() must not throw an exception”
- What does vagrant up do, where does the box get downloaded to?
- Convert non-Java Eclipse ADT project to Android project
- “Your proxy directory must be writable”





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!