Yes ...I tried doing with that also....but still the same error..... [ra...@localhost postgis-1.3.6]$ psql -d psqldb -f lwpostgis.sql | less psql:lwpostgis.sql:44: NOTICE: type "histogram2d" is not yet defined DETAIL: Creating a shell type definition. psql:lwpostgis.sql:44: ERROR: could not load library "/usr/local/pgsql/lib/liblwgeom.so": libgeos_c.so.1: cannot open shared object file: No such file or directory psql:lwpostgis.sql:50: ERROR: current transaction is aborted, commands ignored until end of transaction block psql:lwpostgis.sql:56: 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 psql:lwpostgis.sql:70: ERROR: current transaction is aborted, commands ignored until end of transaction block psql:lwpostgis.sql:88: ERROR: current transaction is aborted, commands ignored until end of transaction block psql:lwpostgis.sql:94: ERROR: current transaction is aborted, commands ignored until end of transaction block psql:lwpostgis.sql:100: ERROR: current transaction is aborted, commands ignored until end of transaction block psql:lwpostgis.sql:106: ERROR: current transaction is aborted, commands ignored until end of transaction block psql:lwpostgis.sql:113: ERROR: current transaction is aborted, commands ignored until end of transaction block
Regards, Rahul Pachaghare Member,TEG Open Source Tata Consultancy Services Mailto: [email protected] Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions Outsourcing ____________________________________________ strk <[email protected]> Sent by: To postgis-users-bou PostGIS Users Discussion [email protected] <[email protected]. actions.net net> cc 05/13/2009 01:37 Subject PM [postgis-users] Re: errors loading postgis.sql Please respond to PostGIS Users Discussion <postgis-us...@po stgis.refractions .net> On Wed, May 13, 2009 at 12:52:41PM +0530, [email protected] wrote: > > Hi.. > Thank you for your reply.... > > the first few lines are: > > psql -d newpsqldb -f lwpostgis.sql -U postgres | less > psql:lwpostgis.sql:44: NOTICE: type "histogram2d" is not yet defined > DETAIL: Creating a shell type definition. > psql:lwpostgis.sql:44: ERROR: could not load library > "/usr/local/pgsql/lib/liblwgeom.so": libgeos_c.so.1: cannot open shared > object file: No such file or directory Did you run 'ldconfig' as root after installing GEOS ? --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users ForwardSourceID:NT00003AB2 =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
