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

fix: force linking of shared libraries during build #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gf3
Copy link

@gf3 gf3 commented Nov 26, 2024

Force linking of shared libraries (libpostal) at build time instead of at runtime.

This fixes the issue of the built library (expostal.so) being unable to lookup symbols from libpostal at runtime on some systems.

expostal.so: undefined symbol: libpostal_expand_address

@gf3
Copy link
Author

gf3 commented Nov 26, 2024

For others who might find this, I have also opened a corresponding PR on the as-of-now most up-to-date fork → dkuku#1

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

Successfully merging this pull request may close these issues.

1 participant