[postgis-users] PostGIS 1.1.0 Compile Error - could not load library "/usr/local/pgsql/lib/liblwgeom.so.1.1...

Don Drake don at drakeconsult.com
Wed Jan 4 11:40:59 PST 2006


Make sure libproj.so.0 (probably in /usr/local/lib) is in your
LD_LIBRARY_PATH.  You might want to check /etc/ld.so.conf as well and make
sure the path to libproj.so.0 is in there.  If it's already in there, then
run ldconfig.  You might have to restart the DB.

 

-Don

 

  _____  

From: postgis-users-bounces at postgis.refractions.net
[mailto:postgis-users-bounces at postgis.refractions.net] On Behalf Of
Adam.Wohld at VerizonWireless.com
Sent: Wednesday, January 04, 2006 1:04 PM
To: postgis-users at postgis.refractions.net
Subject: [postgis-users] PostGIS 1.1.0 Compile Error - could not load
library "/usr/local/pgsql/lib/liblwgeom.so.1.1...

 

I'm trying to fish-up my install of PostGIS 1.1.0 

When I run:  "psql -d geo -f lwpostgis.sql" 

 

I get this error:  

[postgres at ilsbwohld postgis-1.1.0]$ psql -d geo -f lwpostgis.sql 
BEGIN 
psql:lwpostgis.sql:39: NOTICE:  type "histogram2d" is not yet defined 
DETAIL:  Creating a shell type definition. 
psql:lwpostgis.sql:39: ERROR:  could not load library
"/usr/local/pgsql/lib/liblwgeom.so.1.1": libproj.so.0: cannot open shared
object file: No

 such file or directory 
psql:lwpostgis.sql:44: ERROR:  current transaction is aborted, commands
ignored until end of transaction block 
psql:lwpostgis.sql:52: ERROR:  current transaction is aborted, commands
ignored until end of transaction block 
psql:lwpostgis.sql:62: ERROR:  current transaction is aborted, commands
ignored until end of transaction block 
... 
... 
... 

 

I ran "/sbin/ldconfig" as root and that didn't help.  I have also run
"createlang plpgsql geo". 

Any ideas about what's wrong? 

 
 
The information contained in this message and any attachment may be
proprietary, confidential, and privileged or subject to the work
product doctrine and thus protected from disclosure.  If the reader
of this message is not the intended recipient, or an employee or
agent responsible for delivering this message to the intended
recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please notify me
immediately by replying to this message and deleting it and all
copies and backups thereof.  Thank you.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20060104/69886036/attachment.html>


More information about the postgis-users mailing list