2

I referred some documents on GIS-stackexchange and over internet regarding installation of pgRouting on Postgres v9.1 and windows 32. I am not getting the correct version of pgRouting to install. Can anyone guide me to get the right pgRouting version for Postgres 9.1 and windows 32.

I tried winnie builds and sanak builds but I am getting errors after running SQL query CREATE EXTENSION pgrouting;. The error are:

  1. Using winnie build for Postgres 9.1 and win 64 ERROR: incompatible library "C:/Program Files/PostgreSQL/9.1/lib/librouting.dll": version mismatch

  2. Using pgRouting for Postgres 9.2 and win 32 ERROR: incompatible library "C:/Program Files/PostgreSQL/9.1/lib/librouting.dll": version mismatch

  3. Using Sanak build: ERROR: could not load library "C:/Program Files/PostgreSQL/9.1/lib/librouting_bd.dll": The specified module could not be found.

asked Apr 30, 2014 at 10:20

1 Answer 1

2

Your version of PostgreSQL must match with the version of the DLL it was compiled for. Also 32bit or 64bit architecture matters, I think.

There should be various versions available on the Winnie build server: http://winnie.postgis.net/download/windows/

answered May 1, 2014 at 0:10
3
  • I have checked on Winnie build server, I did not found the build for Postgres 9.1 and Win 32. I tried Win 64 build, its not working. So Yes, 32bit or 64bit architecture matters. Is there any alternate site to find this build or do I have to change the Postgres version. Commented May 2, 2014 at 5:24
  • I'm not a Windows users, so other people might no better. But as far as I know, the Winnie build server is currently the best choice for Windows binaries. Commented May 2, 2014 at 12:14
  • I'm exactly the same problem with my version is 9.1 with 32-bit windows and I can not install pgrouting, how you solved it? Commented Jul 22, 2014 at 18:32

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.