psql:routing_dd.sql:28: ERROR: could not load library "/usr/lib/postgresql/9.1/lib/librouting_dd.so": /usr/lib/postgresql/9.1/lib/librouting_dd.so: undefined symbol: __gmpq_equal
Have no compile errors afaik or have seen.
As soon as I'd like to import my DD extra functions it's not working properly: (dash) With Driving Distance psql -U postgres -f /usr/share/postlbs/routing_dd.sql routing psql -U postgres -f /usr/share/postlbs/routing_dd_wrappers.sql routing
Versions: PostgreSQL 9.1 pgRouting - git'ed this morning (1.05?) CGAL 3.9
Any idea? Read that some similar isues have been fixed not long ago...
Thanks!
Is not working!
V1:
- Postgresql 9.1
- Postgis
- pgRouting freshly gitted
- all compiled from scratch --> FAIL
V2:
- Postgresql 9.1
- Postgis
- pgRouting
- all deps and libs downloaded from ubuntu repository --> Still not working!
Hopefully this will be fixed: https://github.com/pgRouting/pgrouting/issues/48#issuecomment-2789012
Thanks!
