Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Files missing from /usr/share/pcp/lib after installing the .deb packages #39
Comments
|
To make sure
|
|
Something has gone wrong with the configuration in the build. Debian 7 is one of my primary development platform and I run Makepkgs more often than most people have had a hot breakfast. None of the rc/init stuff on my system ends up in /usr/share/pcp/lib as this shows ... kenj@bozo-vm:~$ cat /etc/issue kenj@bozo-vm:~$ grep RC /etc/pcp.conf WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITYPCP_RC_DIR=/etc/init.d What is the value of PCP_RC_DIR in your /etc/pcp.conf after an install? Assuming it is not /etc/init.d I'm guessing you're running with systemd ... and last time I checked systemd was marked "experimental" in Debian, which is why I am not using it. |
|
I think the rd/init script expects the binary to be in
I am not using
|
|
Something is not right here. Your initial post clearly shows error messages from systemd. If /etc/init.d/pmcd is really trying to find pmcd in /usr/share/pcp/lib, that is a different sort of configure problem. It does not do this on my Debian system as this shows: Does Send me (via email) your /etc/pcp.conf, config.log and config.status from the build and I'll try to see where the difference is. |
|
Here is the output from
And here is the output from the
Now I am confused as well... I think this is the explanation. Initially I was using |
rvernica commentedAug 13, 2015
I compiled version 3.10.4 from Git with
./Makepkgs. After installing the.debfiles, it seems that files are missing/usr/share/pcp/lib. I get the following messages in/var/log/messageswhenpmcdtries to start:Here are the contents of the
/usr/share/pcp/libdirectory:I have a second instance of the same hardware with the same OS. There I did
sudo make installwhich I know it is not recommended. Here are the contents of the/usr/share/pcp/libdirectory on the second system:The two systems run Debian. Here are the details: