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
Hello,
When I try to test the library using cargo test -- --test-threads 1 i would get the error: /usr/bin/ld: cannot find -lpostal
To solve this, I needed to export LIBRARY_PATH=$LD_LIBRARY_PATH.
I guess the cargo command above uses that env var instead or in addition to LD_LIBRARY_PATH
I will make a small pull request adding that additional info to the README.md
The text was updated successfully, but these errors were encountered:
rjcortese
added a commit
to rjcortese/rustpostal
that referenced
this issue
Mar 28, 2022
Hello,
When I try to test the library using
cargo test -- --test-threads 1
i would get the error:/usr/bin/ld: cannot find -lpostal
To solve this, I needed to
export LIBRARY_PATH=$LD_LIBRARY_PATH
.I guess the cargo command above uses that env var instead or in addition to
LD_LIBRARY_PATH
I will make a small pull request adding that additional info to the README.md
The text was updated successfully, but these errors were encountered: