Cannot build PL/Perl ...

Started by Adam Walczykiewiczalmost 25 years ago2 messagesgeneral
Jump to latest
#1Adam Walczykiewicz
adamwal@poczta.onet.pl

Cannot build PL/Perl because libperl is not a shared library.
I'v got this error when I tried to compile PL/Perl.
I have SuSE Linux 7.0 , have I get a libperl.so library , and put it in
/usr /lib ...

Thanks for any help
Adam

--

#2Soma Interesting
dfunct@telus.net
In reply to: Adam Walczykiewicz (#1)
Re: Cannot build PL/Perl ...

At 09:59 PM 5/2/2001 +0200, you wrote:

Cannot build PL/Perl because libperl is not a shared library.
I'v got this error when I tried to compile PL/Perl.
I have SuSE Linux 7.0 , have I get a libperl.so library , and put it in
/usr /lib ...

Thanks for any help
Adam

Hi Adam, I went through getting pl/perl working not too long ago - this
part of the docs talks about what you need to do.

http://www.ca.postgresql.org/users-lounge/docs/7.1/programmer/plperl.html

By the way, if you intend to use perl functions with triggers - you should
be warned now that you can't - its not supported with 7.0. Although I don't
know about 7.1.

Andy.