[postgis-users] Installation - help
Chris Hodgson
chodgson at refractions.net
Mon Jul 29 09:57:31 PDT 2002
Where did you install postgres to? It seems that the postgres libraries are not in your LD_LIBRARY_PATH... they should either be in the 'lib' subdirectory of where you installed postgres, or in /usr/lib somewhere. Where-ever they are, you need to find them, and add their location to either your LD_LIBRARY_PATH, or your PGLIB environment variable. Something like:
set LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/pgsql/lib
should do it, with the correct location in place of /opt/pgsql/lib, depending on your shell...
Chris
----- Original Message -----
From: Riyaz at umapinc.com
To: postgis-users at postgis.refractions.net
Sent: Monday, July 29, 2002 10:31 AM
Subject: [postgis-users] Installation - help
Hello,
I am getting the error below when I try to run this command: createlang plpgsql databasename
Cannot determine PostgreSQL lib directory (PGLIB).
You must identify the PGLIB either with a --pglib option
or by setting the PGLIB environment variable.
Any help on this?
Thanks,
Riyaz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20020729/42f03fa7/attachment.html>
More information about the postgis-users
mailing list