We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Postgis built with 0.11 failed to start:
could not load library "/usr/lib64/pgsql/postgis-2.1.so": /usr/lib64/pgsql/postgis-2.1.so: undefined symbol: json_tokener_errors
And next time please bump the soname if API has been changed, this will affect the binary distros since we can't compile endlessly.
Thanks.
The text was updated successfully, but these errors were encountered:
Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1123785
Sorry, something went wrong.
soname was bumped a while ago. Also, a new release (0.13) with that soname is now available.
No branches or pull requests
Postgis built with 0.11 failed to start:
could not load library "/usr/lib64/pgsql/postgis-2.1.so": /usr/lib64/pgsql/postgis-2.1.so: undefined symbol: json_tokener_errors
And next time please bump the soname if API has been changed, this will affect the binary distros since we can't compile endlessly.
Thanks.
The text was updated successfully, but these errors were encountered: