[postgis-users] Help !! postgis.sql error

TECHER Jean David davidtecher at yahoo.fr
Mon Oct 11 01:45:40 PDT 2004


hi
 
you need to use psql with '\i'

example

drop mydatabase
createdb mydatabase
createlang plpgsql mydatabase
psql -d mydatabase -c "\i path_to_postgis.sql/postgis.sql"

where path_to_postgis.sql is the path to your file postgis.sql (....)
  ----- Original Message ----- 
  From: misalda at ixp.net 
  To: postgis-users at postgis.refractions.net 
  Sent: Sunday, October 10, 2004 10:39 PM
  Subject: [postgis-users] Help !! postgis.sql error


  im getting the folowing error when trying to run the postgis.sql script on mi database

  cannot fint $libdir/libpostgis.so.0.9

  any ideas on how to solve thsi problem? or how can i install this library file? 


------------------------------------------------------------------------------


  _______________________________________________
  postgis-users mailing list
  postgis-users at postgis.refractions.net
  http://postgis.refractions.net/mailman/listinfo/postgis-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20041011/ee3471d1/attachment.html>


More information about the postgis-users mailing list