Thread: NetBSD and pltcl
Hello Everybody, I compiled postgresql with pltcl support. I have the folowing error message: $ createlang pltcl oss ERROR: Load of file /usr/pkg/pgsql733/lib/pltcl.so failed: dlopen (/usr/pkg/pgsql733/lib/pltcl.so) failed createlang: language installation failed The plpgsql language support works fine. What is the problem? I use NetBSD-current 1.6T, PostgreSQL 7.3.3, TCL8.4.3 with thread support. TIA Feri
Kulcsár Ferenc writes: > $ createlang pltcl oss > ERROR: Load of file /usr/pkg/pgsql733/lib/pltcl.so failed: dlopen (/usr/pkg/pgsql733/lib/pltcl.so) failed > createlang: language installation failed Check the stderr of the postmaster, which might contain additional information. There is probably some linkage problem. -- Peter Eisentraut peter_e@gmx.net