CMake Error - Cannot Read osmid_configuration.conf File

Hi @cvvergara , @robe ,

I’m encountering an issue while setting up the local workshop environment using CMake. The error message is:



Although I have this this file in folder but it is not accessible.
Let me know if there’s a specific step I should follow to fix this. Thankyou!

Looks like it’s expecting you to have saloni account in your postgresql database.

You can do one of two things force it to run under postgres, by doing this before running scripts

export PGUSER=postgres

Alternatively create an account in your postgresql server called saloni.

1 Like