Re: getting access to geodistance (what do I need to install/enable) in an existing db install - Mailing list pgsql-general

From Michael Fuhr
Subject Re: getting access to geodistance (what do I need to install/enable) in an existing db install
Date
Msg-id 20060112040926.GA90628@winnie.fuhr.org
Whole thread Raw
In response to getting access to geodistance (what do I need to install/enable) in an existing db install  (Assad Jarrahian <jarraa@gmail.com>)
List pgsql-general
On Wed, Jan 11, 2006 at 08:38:49PM -0700, Assad Jarrahian wrote:
>    Sorry for my hasty respone. The problem really seems to be that I
> dont have $libdir set
> How would I go about setting that?
[...]
> ERROR:  could not access file "$libdir/cube": No such file or directory

$libdir refers to the directory where modules' shared objects are
installed.  It's built-in to PostgreSQL; you can see its value by
running "pg_config --pkglibdir" from the command line.  I think the
problem isn't that $libdir isn't set, but rather that the cube
module's shared object (cube.so, or whatever it's called on your
platform) isn't in that directory.

Are you building from source or are you using pre-built packages?

--
Michael Fuhr

pgsql-general by date:

Previous
From: "Adam"
Date:
Subject: Granting Privleges on All Tables in One Comand?
Next
From: Assad Jarrahian
Date:
Subject: sql (Stored procedure) design question