Dyld: library not loaded: /usr/lib/libnetsnmp.25.dylib

I used AppleScript over the years, but from a few days I can no longer run it

I have an error message

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

Many thanks

+5
source share
1 answer

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

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

Hope this helps you too.

+13
source

All Articles