inspircd / inspircd

A modular C++ IRC server (ircd).
https://www.inspircd.org
1.14k stars 265 forks source link

inspircd doesnt build with m_log_syslog module on FreeBSD #2053

Closed driesmp closed 11 months ago

driesmp commented 11 months ago

inspircd-3.16.1_1.log.txt

When trying to build inspircd with m_log_syslog module enabled on FreeBSD the build fails in a clean build environment.

genius3000 commented 11 months ago

That module doesn't exist in v3, it's new to v4 (master branch). I'm not sure if you're attempting with some form of a backport but that error reads to me like the file does not exist, or is otherwise unreadable.

driesmp commented 11 months ago

Oh wow, derp. Indeed you are right. Thanks