You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a go binary using this library and hitting an error I can't work around. Searched and searched and find nothing.
$ ./bin/list_hosts
dyld[51973]: Library not loaded: /opt/homebrew/opt/boost/lib/libboost_thread-mt.dylib
Referenced from: <D7216ADA-4CD1-38F1-9CEC-3A16FE4BE558> /opt/homebrew/Cellar/ceph-client/17.2.5_1/lib/libcephfs.2.0.0.dylib
Reason: tried: '/opt/homebrew/opt/boost/lib/libboost_thread-mt.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/boost/lib/libboost_thread-mt.dylib' (no such file), '/opt/homebrew/opt/boost/lib/libboost_thread-mt.dylib' (no such file), '/usr/local/lib/libboost_thread-mt.dylib' (no such file), '/usr/lib/libboost_thread-mt.dylib' (no such file, not in dyld cache)Library not loaded: /opt/homebrew/opt/boost/lib/libboost_thread-mt.dylib
Referenced from: <2EE2B710-5D0F-327C-9C2C-64A87096A771> /opt/homebrew/Cellar/ceph-client/17.2.5_1/lib/librados.2.0.0.dylib
Reason: tried: '/opt/homebrew/opt/boost/lib/libboost_thread-mt.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/boost/lib/libboost_thread-mt.dylib' (no such file), '/opt/homebrew/opt/boost/lib/libboost_thread-mt.dylib' (no such file), '/usr/local/lib/libboost_thread-mt.dylib' (no such file), '/usr/lib/libboost_thread-mt.dylib' (no such file, not in dyld cache)
Abort trap: 6
No idea here. Followed the instruction for this library to the letter. I'm using the following env variables:
I'm trying to build a go binary using this library and hitting an error I can't work around. Searched and searched and find nothing.
No idea here. Followed the instruction for this library to the letter. I'm using the following env variables:
Someone suggested copying the libs to /usr/local/lib, so I have this now:
Any ideas?
The text was updated successfully, but these errors were encountered: