I need to install pgrouting and use it as an extension to my PostGreSQL database. But after the installation when I type "Create Extension pgrouting" I get the following error message:
ERROR: Server is version 15, library is version 14.incompatible library "/Library/PostgreSQL/15/lib/postgresql/libpgrouting-3.5.so": version mismatch
ERROR: incompatible library "/Library/PostgreSQL/15/lib/postgresql/libpgrouting-3.5.so": version mismatch SQL state: XX000 Detail: Server is version 15, library is version 14.
Is there anyone who has been in the same problem or someone who know have to fix it?
I tried installing pgrouting with the command "brew install pgrouting", but it downloads postgresql@14 as a dependency to pgrouting
Is there a way to download pgrouting with the dependency on postgresql@15?