Skip to content

Instantly share code, notes, and snippets.

@tuki0918
Last active September 5, 2015 19:02
Show Gist options
  • Save tuki0918/54ac1a32aff491cf8586 to your computer and use it in GitHub Desktop.
Save tuki0918/54ac1a32aff491cf8586 to your computer and use it in GitHub Desktop.
xampp exec err
dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /Applications/XAMPP/xamppfiles/lib/libJPEG.dylib in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

  • solve

http://stackoverflow.com/questions/24941078/ffmpeg-and-php-on-mac-doest-work

exec('unset DYLD_LIBRARY_PATH ;');
putenv('DYLD_LIBRARY_PATH');
putenv('DYLD_LIBRARY_PATH=/usr/bin');

nohup [command] > /dev/null &
nohup [command] 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment