[collectd] How to build perl plugin on Solaris?
Denis Melnikov
mdb65 at tu.komus.net
Fri Aug 20 13:21:04 CEST 2010
Hi, all!
Solaris 10.
I'm trying to build collectd-4.10.1 with perl plugin, but get no success.
I tried the following ways:
$ ./configure --with-libperl=/usr/bin/perl
$ CPPFLAGS=-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE \
LDFLAGS=-L/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE \
LIBS=-lperl \
./configure --with-libperl=/usr/bin/perl
$ CPPFLAGS=-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE \
LDFLAGS=-L/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE \
LIBS=-lperl \
LD_LIBRARY_PATH=/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE \
./configure --with-libperl=/usr/bin/perl
Sincerely,
Denis
More information about the collectd
mailing list