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

1

5

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

Rosalvarosalyn answered 23/7, 2015 at 13:59 Comment(0)
P
12

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.

Parsee answered 26/7, 2015 at 5:49 Comment(1)
I can't due that due to running El Capitan with Rootless mode (can't change anything in /usr/lib) – is there an alternative?Apetalous

© 2022 - 2024 — McMap. All rights reserved.