Hello @ljsebald.
I'm trying to compile login_server, but get this error:
src/pidfile.c:39:10: fatal error: libutil.h: No such file or directory
39 | #include <libutil.h>
| ^~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:549: src/pidfile.o] Error 1
make[1]: Leaving directory '/root/pso_serv/login_server'
make: *** [Makefile:588: all-recursive] Error 1
File libutil.h does not present in src directory. Tell me please where I should get it?
Tried to compile it on Ubuntu 22.04.
Thank you.
Hello @ljsebald.
I'm trying to compile login_server, but get this error:
src/pidfile.c:39:10: fatal error: libutil.h: No such file or directory
39 | #include <libutil.h>
| ^~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:549: src/pidfile.o] Error 1
make[1]: Leaving directory '/root/pso_serv/login_server'
make: *** [Makefile:588: all-recursive] Error 1
File libutil.h does not present in src directory. Tell me please where I should get it?
Tried to compile it on Ubuntu 22.04.
Thank you.