On 21/08/16 04:36, Anil Yadav wrote:
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 <http://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.
If you're building from source, we strongly recommend that you run the
script qa/admin/check-vm from the PCP source tree _before_ trying a
build ... anything that is not marked "optional" in that output needs to
be installed.
Second, use the Makepkgs script to do the build, rather than running
configure and make by hand.
|