Hi. I'm trying to install plperl along with postgres 8.2 on a MacBook running Leopard by issuing the following command:<br><br>port install postgresql82 +perl<br><br>Everything seems to go smoothly (see the output below my signature). However, after I create a database, attempts to CREATE LANGUAGE 'plperl' (and 'plperlu') fail in psql with the message:<br>
<br>ERROR: could not access file "$libdir/plperl": No such file or directory<br><br>The plperl.so and libperl.so files are nowhere to be found. The perl5.8 port is installed.<br><br>I'd be grateful for any help with this.<br>
<br>Thanks,<br>Tim<br><br>--> Fetching postgresql82<br>---> Verifying checksum(s) for postgresql82<br>---> Extracting postgresql82<br>---> Configuring postgresql82<br>---> Building postgresql82<br>---> Staging postgresql82 into destroot<br>
---> Installing postgresql82 8.2.6_0+perl<br><br>To use the postgresql server, install the postgresql82-server port<br>---> Activating postgresql82 8.2.6_0+perl<br>