I am following this tutorial on how to install your own OSM server using Ubuntu 20.04.
In step number 2 it showed me an error when trying to run the command
make deb
It seems that a variable declaration is missing.
In this post in stackoverflow How to set “VARSIZE” and “SET_VARSIZE” in PostgreSQL 16
they explain that in PostgreSQL 16 they separated the variables in another file called . That to solve the error I must add that file, but I don’t know where I should add it.
I have tried to insert the file into others such as osml10n_translit.cpp, kanjitranscript.c and postgres.h, but it does not work, it gives other errors about other variables.
I’m really lost here. Help Please..
Ferhand is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.