davidmoreno / onion

C library to create simple HTTP servers and Web Applications.
http://www.coralbits.com/libonion/
Other
2.01k stars 251 forks source link

Runing in a non Systemd system #306

Closed david20160 closed 2 years ago

david20160 commented 2 years ago

Hello,

I have compile without Systemd switch (ONION_USE_SYSTEMD false) and compiles ok, but when I try to build my application with Onion, It doesn't link because no find "sd_listen_fds" reference (systemd dependency).

The system It is Artix Linux.

Thanks.

david20160 commented 2 years ago

Sorry, after review the system, I found that there was an installation via pacman that interfere with the local copy.