-
Notifications
You must be signed in to change notification settings - Fork 149
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
avro_schema_union_append error #119
Comments
For information I've included what I run to install avro:
|
Could you try |
Strangely enough I tried with this fork and it works fine now: https://github.com/wrmsr/bottledwater-pg Unsure what the differences are it just looked like the maintainer had removed/updated a few dependencies |
Uhm, I've not ever run into this problem. Could you please build the main branch again then run |
I have the same issue, but fork https://github.com/wrmsr/bottledwater-pg does not help |
Problem solved by getting repo via git clone.. Looks like there is some bug in zip archive... |
ERROR: could not load library "/usr/lib/postgresql/9.5/lib/bottledwater.so": /usr/lib/postgresql/9.5/lib/bottledwater.so: undefined symbol: avro_schema_union_append
Seem to be hitting this error when I run
create extension bottledwater;
Any idea on how to fix this issue?
The text was updated successfully, but these errors were encountered: