Closed ayushsharma82 closed 6 years ago
Solution:
I was pretty dumb to not figure out fast. The Problem was that pkg-config
was not installed in my Ubuntu Server.
Just install it by sudo apt-get install -y pkg-config
Plugin compiled successfully after this. Thanks again for this wonderful Repo.
Hi Guys, First of all this is an Amazing Plugin and solves my authentication problems... I Tried making this plugin for mongo and also installed libmongoc-1.0-0 via package manager
This is error which i get when i issue
make
command in mosquitto-auth-plug folder :I have Tried installing Libmongoc by both ways, from package-manager and via git clone. The Issue remains the same. Please Help.