Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting mnpp on Mavericks #82

Open
victorreyesh opened this issue Dec 1, 2013 · 4 comments
Open

Starting mnpp on Mavericks #82

victorreyesh opened this issue Dec 1, 2013 · 4 comments

Comments

@victorreyesh
Copy link

Hi guys, first I would like to say great product.

I found an issue

When im running

sudo mnpp start 53

-n Starting php-fpm
dyld: Library not loaded: /usr/local/lib/libjpeg.8.dylib
Referenced from: /Applications/MNPP/Library/gd/lib/libgd.2.dylib
Reason: image not found
/Applications/MNPP/init/php.sh: line 96: 1612 Trace/BPT trap: 5 $php_fpm_BIN $php_opts
failed

Starting MySQL (Percona Server)
SUCCESS!

@greggles
Copy link

If you do a which mnpp what are the results?

Knowing that will help #81

@greggles
Copy link

Do you have a libjpeg.8.dylib on your system? Knowing that will help to resolve this issue.

I installed php via homebrew and have that file here:

greggles@wally ~/]$ ls -l /usr/local/lib/libjpeg.8.dylib
lrwxr-xr-x  1 greggles  admin  37 Jan  7  2013 /usr/local/lib/libjpeg.8.dylib -> ../Cellar/jpeg/8d/lib/libjpeg.8.dylib

@tim-peterson
Copy link

@victorreyesh I just encountered this same error. Can you post your solution?

Edit actually my error is slightly different:

$ sudo mnpp --php53 --start
-n Starting php-fpm 
dyld: Library not loaded: /opt/X11/lib/libfreetype.6.dylib
  Referenced from: /usr/X11/lib/libfontconfig.1.dylib
  Reason: Incompatible library version: libfontconfig.1.dylib requires version 18.0.0 or later, but libfreetype.6.dylib provides version 14.0.0
/Applications/MNPP/init/php.sh: line 95:  1874 Trace/BPT trap: 5       $php_fpm_BIN $php_opts
 failed
140815 10:46:25 mysqld_safe Logging to '/Applications/MNPP/logs/mysql_error_log.err'.
140815 10:46:25 mysqld_safe A mysqld process already exists

Note: the MySQL message also appeared on my previous mac and didn't affect MNPP.

@tim-peterson
Copy link

I believe issue #28 solves this problem, which it did for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants