I'm getting this error after installing and executing it:
$ nohup sudo pgrouter -C /etc/pgrouter.conf &
[Wed Feb 15 00:13:26 2023] failed to initialize authdb: No such file or directory (errno 2)
And this is the log after compiling:
make[1]: Entering directory '/home/jackson/pgrouter'
make[1]: Leaving directory '/home/jackson/pgrouter'
make[1]: Entering directory '/home/jackson/pgrouter'
/usr/bin/mkdir -p '/usr/local/bin'
/usr/bin/install -c t/authdbtest t/authtest t/cfgtest t/md5test t/msgtest t/driver pgrouter '/usr/local/bin'
make[1]: Nothing to be done for 'install-data-am'.
make[1]: Leaving directory '/home/jackson/pgrouter'
The O.S. I'm using is Ubuntu Server 22.04 LTS
There are some files in /usr/local/bin by the way.

I'm getting this error after installing and executing it:
$ nohup sudo pgrouter -C /etc/pgrouter.conf &[Wed Feb 15 00:13:26 2023] failed to initialize authdb: No such file or directory (errno 2)
And this is the log after compiling:
make[1]: Entering directory '/home/jackson/pgrouter'
make[1]: Leaving directory '/home/jackson/pgrouter'
make[1]: Entering directory '/home/jackson/pgrouter'
/usr/bin/mkdir -p '/usr/local/bin'
/usr/bin/install -c t/authdbtest t/authtest t/cfgtest t/md5test t/msgtest t/driver pgrouter '/usr/local/bin'
make[1]: Nothing to be done for 'install-data-am'.
make[1]: Leaving directory '/home/jackson/pgrouter'
The O.S. I'm using is Ubuntu Server 22.04 LTS
There are some files in /usr/local/bin by the way.
