Sunday, December 28. 2014Foreign Data Wrappers for PostgreSQL 9.4 WindowsPrinter FriendlyTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Hello, i have a small problem with www_fdw from this package. When i try to create extension, there is a Error message that postgresql cannot load the library www_fdw.dll with error :
ERROR: could not load library "C:/AtlantisIS/deploy/apps/Postgresql 9.4/lib/www_fdw.dll": unknown error 126 My system is Windows 8.1 64bit with binary instalation postgresql 9.4. I copied all from lib/bin/share to adequate dirs in postgres instalation. Could you help ?
Do you happen to have PostGIS installed. I think the issue might be because I forgot to include the libxml2-2.dll (which gets shipped with PostGIS installs).
If you have just PostgreSQL without PostGIS installed, just a make a copy of your libxml2.dll and call the copy libxml2-2.dll. That should fix the issue. If not use dependency walker to see if you have any missing dependencies.
Hello, thank you - the problem was libxml2-2.dll as you say - but i have installed PostGis already.
Please do you have libcurl with SSL compiled ?
Tom,
I didn't. However I did do some quick experiments using the curl on the curl download sites (the VC++ compiled ones) and those seemed to work -- though I got a note about getting an ssl cert or something which I didn't investigate so didn't get as far as connecting to an https site. I think I had put in notes in the readme about how to replace the curl I packaged with a curl that has ssl support. Basically just use those (along with the extra ssl.. dlls) and copy the name as libcurl-4.dll (what I have packged). Main reason I'm not including curl with ssl is because with all the ssl this and that going on, I didn't want to distribute something that might change a lot that you can get from other sources or that would be upgraded via EDB other items. |
Entry's LinksQuicksearchCalendar
Categories
Blog Administration |