[postgis-devel] POSTGIS pre_1_0_2_rc1

strk at refractions.net strk at refractions.net
Fri Jul 1 02:27:24 PDT 2005


On Thu, Jun 30, 2005 at 02:04:10PM +0200, Jean David TECHER wrote:
> Hi Sandro
> 
> On Windows
> 
> I've a little problem with lwpostgis.sql
> 
> for example my liblwgeom.1.1.dll is in /c/PostgreSQL/8.0.3/libexec
> 
> when I did 
> 
> psql -d mydb -f c:\PostgreSQL\8.0.3\share\postgis\lwpostgis.sql
> 
> on DOS or MINGW I got error
> 
> The only solution in lwpostgis.sql is to replace '/c/' by 'c:/'
> 
> Perhaps the better solution is to replace the path by the variable $libdir as usual
> 
> it works fine for $libdir

It will be $libdir if you don't use the --prefix switch.
If you DO use --prefix then it will be $libexecdir.
Did you use /c/... for --prefix ?
Can you try using c:/... instead ?

--strk;



More information about the postgis-devel mailing list