hi all, i have downloaded the binaries for windows 32bit : postgis-pg90-binaries-2.0svn when i proceed to run the batch file, this error appears and the whole process goes wrong: SET BEGIN psql:share/contrib/postgis-2.0/postgis.sql:59: ERROR: could not access file "$libdir/postgis-2.0": No such file or directory any help would be appreciated -- Victor
Have you modify the batch file "makepostgisdb.bat" for your configuration ? Is necessary to set two variables with the right paths, like this: set PGBIN=C:\Program Files (x86)\PostgreSQL\9.0\bin\ set PGLIB=C:\Program Files (x86)\PostgreSQL\9.0\lib\ Regards, Andrea Peri _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
