Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

dyld: Library not loaded: /usr/lib/libnetsnmp.25.dylib

I used to use an AppleScript from years, but since a few days, I cannot run it anymore

I have the error message

"dyld: Library not loaded: /usr/lib/libnetsnmp.25.dylib Referenced from: /usr/bin/php Reason: image not found" "dyld: Library not loaded: /usr/lib/libnetsnmp.25.dylib Referenced from: /usr/bin/php Reason: image not found (1005)" Any idea how I can fix that

Many thanks

like image 888
Kevin Avatar asked Jul 23 '15 13:07

Kevin


Video Answer


1 Answers

I had same problem with PHP after updated the OS X system and solved by this (type this in terminal console):

sudo ln -s /usr/lib/libnetsnmp.30.dylib /usr/lib/libnetsnmp.25.dylib

Hope this helps you as well.

like image 58
tomis Avatar answered Sep 29 '22 08:09

tomis