On Mon, Jul 19, 2010 at 11:32 AM, Sebastian E. Ovide <[email protected]> wrote: > done, same problem > > ERROR: could not load library "C:/Program > Files/PostgreSQL/8.4/lib/rtpostgis.dll": The specified module could not be > found. >
Try adding C:/Program Files/PostgreSQL/8.4/lib/ to the PATH enviroment variable. > 2010/7/19 Jorge Arévalo <[email protected]> >> >> On Mon, Jul 19, 2010 at 11:01 AM, Sebastian E. Ovide >> <[email protected]> wrote: >> > Hi All, >> > >> > on WinXP, with PostgreSLQ 8.4, PostGis 1.5 and WKTRaster 0.1.6d. >> > >> > Just followed the instructions from WKTRaster 0.1.6d readme.txt and when >> > I'm >> > running the rtpostgis.sql I'm getting this error: >> > >> > NOTICE: type "raster" is not yet defined >> > DETAIL: Creating a shell type definition. >> > ERROR: could not load library "C:/Program >> > Files/PostgreSQL/8.4/lib/rtpostgis.dll": The specified module could not >> > be >> > found. >> > >> > >> > ********** Error ********** >> > >> > ERROR: could not load library "C:/Program >> > Files/PostgreSQL/8.4/lib/rtpostgis.dll": The specified module could not >> > be >> > found. >> > SQL state: 58P01 >> > >> > >> > But I do have that file !!!! >> > >> > C:\Documents and Settings\sebastian ovide>dir "C:\Program >> > Files\PostgreSQL\8.4\lib\rtpostgis.dll" >> > Volume in drive C has no label. >> > Volume Serial Number is 2079-A57D >> > >> > Directory of C:\Program Files\PostgreSQL\8.4\lib >> > >> > 21/06/2010 13:52 210,432 rtpostgis.dll >> > 1 File(s) 210,432 bytes >> > 0 Dir(s) 450,924,576,768 bytes free >> > >> > >> > now, If I use the backslash... ( as for the error) >> > >> > >> > C:\Documents and Settings\sebastian ovide>dir "C:/Program >> > Files/PostgreSQL/8.4/lib/rtpostgis.dll" >> > Volume in drive C has no label. >> > Volume Serial Number is 2079-A57D >> > >> > Directory of C:\Program Files\PostgreSQL\8.4\lib >> > >> > File Not Found >> > >> > >> > >> > ideas ? >> > >> > thanks >> > >> > -- >> > Sebastian E. Ovide >> > >> >> Hi, >> >> Try copying rtpostgis.dll in C:\Program Files\PostgreSQL\8.4\bin directory >> >> Best regards, >> >> -- >> Jorge Arévalo >> DEIMOS Space >> Internet & Mobilty Division >> Ronda de Poniente 19. Edificio Fiteni VI, portal 2, 2º >> 28760 Tres Cantos (Madrid) >> Tel: +34 91 806 34 50 - ext: 155 >> [email protected] >> http://gis4free.wordpress.com >> _______________________________________________ >> postgis-users mailing list >> [email protected] >> http://postgis.refractions.net/mailman/listinfo/postgis-users > > > > -- > Sebastian E. Ovide > > > > > _______________________________________________ > postgis-users mailing list > [email protected] > http://postgis.refractions.net/mailman/listinfo/postgis-users > > -- Jorge Arévalo DEIMOS Space Internet & Mobilty Division Ronda de Poniente 19. Edificio Fiteni VI, portal 2, 2º 28760 Tres Cantos (Madrid) Tel: +34 91 806 34 50 - ext: 155 [email protected] http://gis4free.wordpress.com _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
