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

postgresql-11-rum package #49

Closed
ArturFormella opened this issue Nov 9, 2018 · 3 comments
Closed

postgresql-11-rum package #49

ArturFormella opened this issue Nov 9, 2018 · 3 comments
Labels

Comments

@ArturFormella
Copy link

Hello!
How to use postgresql-11-rum package?

sudo apt-get install postgresql-11-rum

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  postgresql-11-rum
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 315 kB of archives.
After this operation, 815 kB of additional disk space will be used.
Get:1 http://apt.postgresql.org/pub/repos/apt xenial-pgdg/main amd64 postgresql-11-rum amd64 1.3.0-1.pgdg16.04+1 [315 kB]
Fetched 315 kB in 1s (172 kB/s)
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76, <> line 1.)
debconf: falling back to frontend: Readline
Selecting previously unselected package postgresql-11-rum.
(Reading database ... 39937 files and directories currently installed.)
Preparing to unpack .../postgresql-11-rum_1.3.0-1.pgdg16.04+1_amd64.deb ...
Unpacking postgresql-11-rum (1.3.0-1.pgdg16.04+1) ...
Processing triggers for postgresql-common (195.pgdg16.04+1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
Removing obsolete dictionary files:
Setting up postgresql-11-rum (1.3.0-1.pgdg16.04+1) 

and then:

psql -h /var/run/postgresql -c "CREATE EXTENSION IF NOT EXISTS rum WITH SCHEMA public;"
ERROR:  could not load library "/usr/lib/postgresql/11/lib/rum.so": /usr/lib/postgresql/11/lib/rum.so: undefined symbol: rb_insert
@za-arthur
Copy link
Contributor

Hello,
Thank you for the issue! It is related with the issue #48 . You need to wait for the package update:
https://www.postgresql.org/message-id/5e395595-4ab6-d95f-4666-8c9fb0a3d148%40postgrespro.ru

@andreak
Copy link

andreak commented Nov 9, 2018

I can confirm this works now, thanks.

@za-arthur
Copy link
Contributor

postgresql-11-rum package was updated. Close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants