When I look at geos.dll or geos_c.dll with dependency walker they both depend on MSVCP90.dll (file not found) MSVCR90.dll (file not found) |_Kernel 32.dll Kernel 32.dll |_ntdll.dll I checked our server and it doesn't have either of these missing dlls. Did I compile with the wrong version of visual studio? I used VS 2008. I am a Java programmer, so please forgive my ignorance about dlls. Jars I know a lot about.
Jared Paragon Corporation-2 wrote: > > Jared, > For PostGIS even though you are running on a 64-bit you have to compile in > 32-bit because PostgreSQL runs in 32-bit space. > > It could be the version number is off. Did you try doing a dependency > walk > to see what it thinks is missing? > > Hope that helps, > Regina > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > jericks > Sent: Tuesday, June 09, 2009 12:08 PM > To: [email protected] > Subject: Re: [postgis-users] query multipolygon > > > Thanks everyone for the help so far. We checked out 3.0 from the SVN > branch, recompiled, and it solved our problem (on our development PostGIS > server). > Our production PostGIS server is 64bit and is running PostGIS 1.3.6 and > GEOS > 3.1.0. So, we checked out 3.1 from SVN branch, recompiled, and replacing > the DLLs didn't work. Presumably because of a 32/64 bit issue? How do > you > recompile GEOS as 64bit? We are using Windows and we have access to > visual > studio 2008. Is just recompiling GEOS enough? > > Thanks again, > Jared Erickson > -- View this message in context: http://www.nabble.com/query-multipolygon-tp23836573p23952277.html Sent from the PostGIS - User mailing list archive at Nabble.com. _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
