Closed tdiesler closed 9 months ago
I've had issues with DYLD_LIBRARY_PATH ... I link the generated libraries under /usr/local/lib
and that seems to work
o$ ls -l /usr/local/lib | grep -i indy
lrwxr-xr-x 1 icostanzo wheel 83 16 Dec 2020 libaries_askar.dylib -> /Users/icostanzo/Projects/indy-shared/aries-askar/target/debug/libaries_askar.dylib
lrwxr-xr-x 1 icostanzo wheel 69 30 Mar 2020 libindy.dylib -> /Users/icostanzo/Projects/indy-sdk/libindy/target/debug/libindy.dylib
lrwxr-xr-x 1 icostanzo wheel 77 14 Dec 2020 libindy_vdr.dylib -> /Users/icostanzo/Projects/indy-shared/indy-vdr/target/debug/libindy_vdr.dylib
lrwxr-xr-x 1 icostanzo wheel 111 30 Mar 2020 libindystrgpostgres.dylib -> /Users/icostanzo/Projects/indy-sdk/experimental/plugins/postgres_storage/target/debug/libindystrgpostgres.dylib
lrwxr-xr-x 1 icostanzo wheel 75 30 Mar 2020 libnullpay.dylib -> /Users/icostanzo/Projects/indy-sdk/libnullpay/target/debug/libnullpay.dylib
lrwxr-xr-x 1 icostanzo wheel 71 30 Mar 2020 libvcx.dylib -> /Users/icostanzo/Projects/indy-sdk/vcx/libvcx/target/debug/libvcx.dylib
I successfully built libindy before (and DYLD_LIBRARY_PATH points to that), but the indy-cli build cannot find/use that. Perhaps its a naming issue (i.e. indy vs. libindy ???)