cocodelabs / znc-palaver

ZNC module for push notifications
MIT License
112 stars 14 forks source link

Error: "make: znc-buildmod: Command not found" #67

Closed SomaticFanatic closed 3 years ago

SomaticFanatic commented 3 years ago

I have installed znc via Debian 10 sudo apt install znc and downloaded most recent repo of ZNC-Palaver. What am I doing wrong?

Building palaver.so
make: znc-buildmod: Command not found
make: *** [Makefile:5: palaver.so] Error 127

Thanks

SomaticFanatic commented 3 years ago

failing during make

kylef commented 3 years ago

You'll also need to also install the znc-dev package on Debian (https://packages.debian.org/buster/net/znc-dev).

https://wiki.znc.in/Compiling_modules

SomaticFanatic commented 3 years ago

Worked thanks