Hello!
After installation the PostgreSQL Version 6.5.2 on Digital Unix V4.0F
I did the regression tests.
The test "plpgsql" is that one for which I do not have a solution.
The file "src/test/regress/result/plpgsql.out" shows:
....
QUERY: insert into WSlot values ('WS.001.1a', '001', '', '');
ERROR: Load of file /usr/local/pgsql/lib/plpgsql.so failed: dlopen:
cannot load
/usr/local/pgsql/lib/plpgsql.so
QUERY: insert into WSlot values ('WS.001.1b', '001', '', '');
ERROR: Load of file /usr/local/pgsql/lib/plpgsql.so failed: dlopen:
cannot load
/usr/local/pgsql/lib/plpgsql.so
.....
I.e. the shared object file "/usr/local/pgsql/lib/plpgsql.so" can not be
loaded?
The file is found! The protection is chmod 640.
Does anybody of you have an idea what to do?
--
Mit freundlichen Gruessen / With best regards
Reiner Dassing
************