You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT seq, id1 vertex_id, id2 line_id, cost
FROM pgr_dijkstra(
'SELECT id, source::int, target::int, cost FROM osm_2po_4pgr WHERE geom_way && ST_Expand(ST_SetSRID(ST_MakeEnvelope(-87.6902068, 41.8844823, -87.6363398, 41.939693), 4326), 0.02)',
6276441, 6334195, false, false
)
It gave me this error:
ERROR: could not access file "$libdir/librouting": No such file or directory
********** Error **********
ERROR: could not access file "$libdir/librouting": No such file or directory
SQL state: 58P01
Last time, I run from latest (it should be 9.4-2.1-2.0 at that time) and it run properly. But, when I re-download the latest or 9.4-2.1-2.1, it is broken.
The text was updated successfully, but these errors were encountered:
I think the issue was come out because I upgraded my existing data to the current images. The mdillon/postgis was upgraded to 2.2. After I did ALTER EXTENSION postgis UPDATE;, the problem was gone.
I created an issue in postgis/docker-postgis#26 to asked mdillon/postgis to keep minor version tags.
I run this Docker image using the following command:
When we run PGRouting queries, like:
It gave me this error:
Last time, I run from
latest
(it should be9.4-2.1-2.0
at that time) and it run properly. But, when I re-download thelatest
or9.4-2.1-2.1
, it is broken.The text was updated successfully, but these errors were encountered: