- Download, compile and install PostgreSQL 9.5.1 from source - installed in /usr/local/pgsql- Download and compile pg_shard-develop (version 1.2.3 in META.json) - confirm pg_shard.so has been copied to /usr/local/pgsql/lib
- Download and compile cstore_fdw-1.4 (version 1.4.0 in META.json) - confirm cstore_fdw.so has been copied to /usr/local/pgsql/libCould not load library "$libdir/shard_rebalancer"
ERROR: could not access file "$libdir/shard_rebalancer": No such file or directory
Could not load library "$libdir/hll"
ERROR: could not access file "$libdir/hll": No such file or directoryshared_preload_libraries = 'citus'And could you make sure that you started the correct the data directory?
--
You received this message because you are subscribed to the Google Groups "citus-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to citus-users...@googlegroups.com.
To post to this group, send email to citus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/citus-users/9e8e63b5-95ac-4e84-a493-9769be750fd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
FATAL: could not access file "citus": No such file or directoryTo view this discussion on the web visit https://groups.google.com/d/msgid/citus-users/1ff69e9d-d1e2-47e5-9294-4e8e6016bb3a%40googlegroups.com.
$PGDATA5_0/postgresql.conf. Now, it is back to original problem of not able to locate "shard_rebalancer" and "hll" libraries in step #6. Is there a way to upgrade Citus 4.0 to 5.0? I can download and compile those if someone can point me to their source code.
To view this discussion on the web visit https://groups.google.com/d/msgid/citus-users/3a6888e6-ffb2-452f-a733-dd323484ac32%40googlegroups.com.