Hi,
i have installed pcp by creating a customized pcp debian package. i follwed below steps to create debain package.
git clone git://git.pcp.io/pcp
cd pcp
./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --localstatedir=/var --with-rcdir=/etc/init.d
make
sudo checkinstall.
after that i installed pcp using dpkg --install.
Now i am able to start pmcd but not pmwebd. its throwing an error like below
/usr/lib/pcp/bin/pmwebd: error while loading shared libraries: libmicrohttpd.so.10: cannot open shared object file: no such file or directory.
I have been trying to resolve this since last week. please help me in resloving this issue.
Thanks & Regards,
Anil