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

Fail with postgresql 16 #84

Open
DevDorrejo opened this issue Nov 18, 2024 · 1 comment
Open

Fail with postgresql 16 #84

DevDorrejo opened this issue Nov 18, 2024 · 1 comment

Comments

@DevDorrejo
Copy link

Hello, I am trying to build a container with postgresql 16, but have this error:

ERROR:  could not load library "/usr/lib/postgresql/16/lib/libpg-gvm.so": /usr/local/lib/libgvm_base.so.22: undefined symbol: g_string_free_and_steal

is it some limitation with postgres version?

@bjoernricks
Copy link
Contributor

Could it be possible that you build your pg-gvm with a different glib version then it is installed? the g_string_free_and_steal symbol is provided by glib with version 2.76 as shown at https://docs.gtk.org/glib/method.String.free_and_steal.html. But it seems we don't use this function. Neither in gvm-libs nor in pg-gvm.

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