Closed khamaileon closed 1 year ago
Jep, there's no PPA release for 22.04 anymore. Best to build from source before building Valhalla or just use the installation script: https://github.com/valhalla/valhalla/blob/master/scripts/install-linux-deps.sh.
Yes I followed the steps in the README.
But I had this error so I thought I was missing prime-server:
valhalla_run_isochrone: error while loading shared libraries: libprime_server.so.0: cannot open shared object file: No such file or directory
I just re-tested, now it's working. 🤷
For future me and others who would come across this issue. The solution was to add the path to libprime_server.so.0 to LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
While attempting to install Valhalla, I ran into this issue when trying to install prime-server via PPA:
I am a root user in a Docker container running Ubuntu 22.04.