name : Alexey Pisarenko
Your email address : alp@195.5.3.60
System Configuration
---------------------
Architecture (example: Intel Pentium) :Intel Celeron Coppermine
Operating System (example: Linux 2.0.26 ELF) :Linux 2.4.18 ELF
PostgreSQL version (example: PostgreSQL-7.2.3): PostgreSQL-7.2.3
Compiler used (example: gcc 2.95.2) : gcc 3.0.3
Please enter a FULL description of your problem:
------------------------------------------------
PLPERL language not work. It compliles, but after when trying tu execute
# createlang plperlu template1
program fails with message:
ERROR: Load of file /usr/local/pgsql/lib/plperl.so failed:
/usr/local/pgsql/lib/plperl.so: undefined symbol: Perl_sv_2pv_flags
createlang: language installation failed
In postgres-7.2 create language plperl passing, but all times postgres close connection
when trying to execute perl function. Is support of plperl down, or no?