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

pgroonga not installed after building from Dockerfile #38

Closed
blueowlgreenfish opened this issue May 21, 2024 · 5 comments
Closed

pgroonga not installed after building from Dockerfile #38

blueowlgreenfish opened this issue May 21, 2024 · 5 comments

Comments

@blueowlgreenfish
Copy link

I tried both debian and alpine images and both proceeded without errors.
However, when I enter psql and type \dx, pgroonga is not installed.

@kou
Copy link
Member

kou commented May 21, 2024

You need to execute CREATE EXTENSION pgroonga.

@blueowlgreenfish
Copy link
Author

It returns error ERROR: could not load library "/usr/lib/postgresql/16/lib/pgroonga.so": libarrow.so.1600: cannot open shared object file: No such file or directory

@kou
Copy link
Member

kou commented May 21, 2024

Ah, it's caused by apache/arrow#41679 .
We can avoid this by rebuilding Groonga packages or using libarrow1600=16.0.0-1 explicitly in our Dockerfile.

@kou
Copy link
Member

kou commented May 21, 2024

Could you use a bit old images or Alpine based images for now?

@kou
Copy link
Member

kou commented Oct 10, 2024

I think that it works now.

@kou kou closed this as completed Oct 10, 2024
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