Andrew Sullivan ajs at crankycanuck.ca
Thu May 28 19:34:00 PDT 2009
On Fri, May 29, 2009 at 03:21:05AM +0200, Rainer Duffner wrote:

> could not access file "$libdir/slony1_funcs": No such file or directory
> <stdin>:6: Error: the extension for the Slony-I C functions cannot be  
> loaded in database 'host=localhost dbname=pgbench user=postgres  
> port=5432'
> -bash-3.00#
>
>
> Is it possible to see where it's actually looking for that file?

What's your $libdir?  It's settable under Postgres.  You can see what
it's precompiled to be with pg_config --pkglibdir, but the
dynamic_library_path setting is what is used to change it.

A

-- 
Andrew Sullivan
ajs at crankycanuck.ca


More information about the Slony1-general mailing list