I installed MonetDB on a Ubuntu 16.04 using the instructions: https://www.monetdb.org/easy-setup/ubuntu-debian/
When trying to start the client: mclient -u monetdb -d testdb
I get back this error:
monetdbd: internal error while starting mserver 'database 'testdb' appears to shut itself down after starting, check monetdbd's logfile (merovingian.log) for possible hints'
and when I look inside the logfile I see that the problem is apparently related to the locale:
"2022-01-19 17:47:18 ERR testdb[15411]: cannot set locale"
Any hints?