jyr / MNPP

Mac + Nginx + Percona + PHP a high performance web server in a one-click installer
http://getmnpp.org
314 stars 49 forks source link

Update libfreetype (OSX 10.8 support) #58

Closed mrded closed 11 years ago

mrded commented 11 years ago

MNPP uses own old libs: $ cat ~/.bash_profile | grep DYLD_LIBRARY_PATH export DYLD_LIBRARY_PATH=/Applications/MNPP/init:/Applications/MNPP/Library/lib

It conflicts with an already used libraries from XQuartz 2.7.2 Dyld Error Message: Library not loaded: /opt/X11//libfreetype.6.dylib Referenced from: /opt/X11//libXfont.1.dylib Reason: Incompatible library version: libXfont.1.dylib requires version 15.0.0 or later, but libfreetype.6.dylib provides version 14.0.0

Same problem with 10.7 is here.