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
pmwebd binaries and init scripts missing from Solaris 11 package #57
Comments
|
The pmwebd binary is not built there because a libmicrohttpd build (needed by pmwebd) was not readily available for Solaris, IIRC. The existence of the SMF entry is an oversight - the fix would be to build build/sun/pcp.xml using conditionally-included XML fragments based on state from configure.ac - rather than simply hard-coding everything in there (including filesystem paths, hmm). |
gkoh
commented
Dec 14, 2015
|
That's what I figured, thanks for explaining. |
gkoh commentedDec 12, 2015
Just downloaded and installed provided binaries for PCP 3.10.8 for Solaris 11.
Although the SMF entry for pmwebd exists:
The service fails to start because the pmwebd binary and init files are not included in the package:
I'm not sure if this is deliberate or a bug.