I build and install Postgres 6.4.2 on FreeBSD 3.0. I use one option
with 'configure' - --with-perl. After initdb and createdb I get
strange error. When I create _any_ function written in 'C'
(particularry language handler from plpgsql) all is OK. But when I
call this function I get error about this:



tolik=> create function int_max(int, int) returns int as 
'/usr/local/stat/lib/libstat.so' language 'c';
CREATE
tolik=> select int_max(2, 4);
ERROR:  Load of file /usr/local/stat/lib/libstat.so failed: dlopen 
(/usr/local/stat/lib/libstat.so) failed

Why? .so file exists, accessible for 'pgsql' resd. Thanks for any opinion.

-- 
Anatoly K. Lasareff              Email:       [EMAIL PROTECTED] 

Reply via email to