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

Missing symbols in shared lib #551

Closed
jayvdb opened this issue Feb 24, 2019 · 1 comment
Closed

Missing symbols in shared lib #551

jayvdb opened this issue Feb 24, 2019 · 1 comment

Comments

@jayvdb
Copy link

jayvdb commented Feb 24, 2019

Hiya, this library is used by a python extension, but is built into the extension instead of using the shared library, because of some symbols being missing, such as amqp_simple_wait_frame_on_channel

See
celery/librabbitmq#9

@alanxz
Copy link
Owner

alanxz commented Feb 27, 2019

amqp_simple_wait_frame_on_channel is not a public API, thus it is not exported from the shared library and may change breaking anything that depends on it.

If you really must use this API, using a statically linked library will get you around this restriction.

@alanxz alanxz closed this as completed Feb 27, 2019
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

2 participants