You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello!
How to use postgresql-11-rum package?
and then:
The text was updated successfully, but these errors were encountered: