
Description
Hi,
I followed instructions, but it seems there is still some problem.
I'm running Postgres 11.5, and gsxnclient 1.3 .
At first I did :
$ git clone https://github.com/postgrespro/rum
$ cd rum
$ make USE_PGXS=1
$ make USE_PGXS=1 install
$ make USE_PGXS=1 installcheck
But the installcheck failed all 32 tests.
So I went ahead and ran : USE_PGXS=1 pgxn install rum
, and got this error :
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [src/rumsort.o] Error 1
ERROR: command returned 2: make PG_CONFIG=/Applications/Postgres.app/Contents/Versions/latest/bin/pg_config all
Needless to say that when I try to run CREATE EXTENSION rum;
, I get an error. Which is the following :
ERROR: could not open extension control file "/Applications/Postgres.app/Contents/Versions/11/share/postgresql/extension/rum.control": No such file or directory
I've tried finding a solution, but to no avail. I even tried editing the Makefile inside Rum folder, according to this :
https://blog.pgxn.org/post/20908326485/lose-use-pgxs
But nothing seems to do the trick. Would really appreciate some help
Thank you