Re: Using PL/R with 8.0

From: elein(at)varlena(dot)com (elein)
To: postgresql <pgsql-interfaces(at)postgresql(dot)org>
Cc: elein <elein(at)varlena(dot)com>
Subject: Re: Using PL/R with 8.0
Date: 2005-03-09 03:37:51
Message-ID: 20050309033751.GS5165@varlena.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Make that --with-R for the pg configure option.

On Tue, Mar 08, 2005 at 07:36:14PM -0800, elein wrote:
> I'm trying to get plr up and running on an 8.0.1
> pg installation. I'm running Debian unstable.
>
> I have R_HOME as /usr/lib/R
> libR.so is in /usr/lib/R/lib/libR.so
> and has rw-r--r-- permissions.
>
> /u/local/pgsql80/lib/plr.so is rwxr-xr-x.
>
> I've (re)built pg --with-plr and --with-libs=/usr/lib/R/ (just in case)
>
> I've (re)built plr.
>
> When I load plr.sql it complains:
> ERROR: could not load library "/u/local/pgsql80/lib/plr.so": libR.so: cannot open shared object file: No such file or directory
>
> Please tell me that there is something stupid
> and obvious that I've forgotten to set?
> (And what that thing is :)
>
> --elein
> elein(at)varlena(dot)com

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Fuhr 2005-03-09 22:10:29 Re: Using PL/R with 8.0
Previous Message elein 2005-03-09 03:36:14 Using PL/R with 8.0