-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can't link correctly to healpix library #135
Comments
Here is the Dockerfile. I'm using a Citus image, but I doubt it matters. I can try testing with the official Postgres image to rule it out if necessary... |
Looks like I needed something like this:
Closing as fixed. |
Did setting the LD_LIBRARY_PATH environment variable before starting PostgreSQL not work? I imagine you could also add a file to Well, we should probably add something along these lines to the README and/or documentation. |
(Let me reopen this ticket so we can dialog about it.) Yes, I ended up doing all of what you suggested, too. :) I can provide a Dockerfile if that would be helpful. Getting healpix -> pg_sphere -> Postgres setup properly is actually pretty tricky. |
This is what worked for me, at least for getting the extension loading properly. (Note that this uses a Citus Docker container and not an official Postgres one, but I do not think that matters as Citus runs as a Postgres database with an extension.) |
I'm having a very difficult time getting the pgsphere extension to link properly against an installed healpix library.
The healpix library seems to contain this symbol:
And
ldd
indicates that pgsphere is linked against the healpix library.Any ideas how to debug/fix this?
The text was updated successfully, but these errors were encountered: