You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README claims support for ZNC versions as old as 0.078. Ubuntu 12.04 LTS comes with znc 0.206. When I try to build there, I get the following error:
$ sudo apt-get install znc-dev libcurl4-openssl-dev
$ make curl=yes
sed -i -e "s|PUSHVERSION \".*\"|PUSHVERSION \"v1.0.0-46-g20d3f02-dirty\"|" push.cpp
CXXFLAGS=" -DUSE_CURL -lcurl" LIBS=" -DUSE_CURL -lcurl" znc-buildmod push.cpp
Building "push.so" for znc 0.206... push.cpp:17:28: fatal error: znc/IRCNetwork.h: No such file or directory
compilation terminated.
[ !! ] Error while building "push.so"
make: *** [push.so] Error 1
Looks like 6c413a9 broke compatibility with older znc versions.
The text was updated successfully, but these errors were encountered:
The README claims support for ZNC versions as old as 0.078. Ubuntu 12.04 LTS comes with znc 0.206. When I try to build there, I get the following error:
Looks like 6c413a9 broke compatibility with older znc versions.
The text was updated successfully, but these errors were encountered: