It looks like Solaris' PCP bits have bitrotted: a colleague has tried
to compile it and it does not even compile. I've cleaned it up to
the point where it compiles, not even tried to run it with all that
newfangled SMF stuff in Solaris 10.
I'm not sure if what I've done with cpan/PMDA is kosher or not -
Nathan, have you had any experience of using this module in the
situation where the perl has been compiled with a different compiler
from the PMDA.so? On OpenSolaris perl is compiled with SunStudio's
compiler and I'm using gcc to compile PCP.
max
The following changes since commit
7d06aa20de116a5d409f8d874e0abd7cf65b94e0:
Nathan Scott (1):
Bump version number to 2.8.7 for Win32 release.
are available in the git repository at:
git://oss.sgi.com/makc/pcp opensolaris
Max Matveev (1):
Make PCP build on OpenSolaris 2009.06
src/cpan/PMDA/Makefile.PL | 1 +
src/include/builddefs.in | 2 ++
src/pmdas/cisco/GNUmakefile | 2 +-
src/pmdas/jstat/GNUmakefile | 2 +-
src/pmdas/mailq/mailq.c | 8 ++++----
src/pmdas/mmv/GNUmakefile | 2 +-
src/pmdas/solaris/.gitignore | 6 ++++++
src/pmdas/solaris/help | 38
+++++++++++++++++++-------------------
src/pmdas/trace/src/GNUmakefile | 2 +-
9 files changed, 36 insertions(+), 27 deletions(-)
create mode 100644 src/pmdas/solaris/.gitignore
|