Re: getting access to geodistance (what do I need to install/enable) in an existing db install

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Assad Jarrahian <jarraa(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: getting access to geodistance (what do I need to install/enable) in an existing db install
Date: 2006-01-12 04:09:26
Message-ID: 20060112040926.GA90628@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Assad Jarrahian 2006-01-12 04:36:02 sql (Stored procedure) design question
Previous Message Assad Jarrahian 2006-01-12 03:59:11 Re: getting access to geodistance (what do I need to install/enable) in an existing db install