Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve testing directions #5

Open
rjcortese opened this issue Dec 16, 2021 · 0 comments
Open

Improve testing directions #5

rjcortese opened this issue Dec 16, 2021 · 0 comments

Comments

@rjcortese
Copy link
Collaborator

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

rjcortese added a commit to rjcortese/rustpostal that referenced this issue Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant