I tried to setup Slony replication for Postgres. I have master server Ubuntu 14.04 and slave on Ubuntu(AWS) I installed Slony on Ubuntu from repository. When I try start script on master for init cluster I get this message
:6: Create set :10: Adding tables to the subscription set :12: Adding table public.customers_sales... :14: done :17: done adding :18: PGRES_FATAL_ERROR load '$libdir/slony1_funcs'; - ERROR: could not access file "$libdir/slony1_funcs": No such file or directory
But this lib is in /usr/lib/postgresql/9.3/lib/slony1_funcs.so
How to solve this error?