./configure --with-openssl
…
make
…
CC conf.o
conf.c: In function 'Conf_Test':
conf.c:391: warning: format '%ld' expects type 'long int', but argument
2 has type 'time_t'
CC conn.o
CC conn-encoding.o
…
the executable works ("runs") as
expected --+
tests run successfully ("make check")
--+ |
ngIRCd compiles ("make")
--+ | |
./configure works --+
| | |
|
| | |
Platform Compiler ngIRCd Date Tester C
M T R *
--------------------------- ------------ ---------- -------- -------- -
- - - -
x86_64/unknown/openbsd6.7 gcc 4.2.1 26 20-09-26 goetz Y
Y y Y 3
WARNING: Some tests have been skipped!
Please double check that the ngIRCd daemon starts up, runs and handles
IRC
connections successfully!
(`expect` is missing by default on OpenBSD)