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



_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to