[rrd-users] Re: make install problem
Tobias Oetiker
oetiker at ee.ethz.ch
Fri May 19 07:36:19 MEST 2000
Yesterday you sent me mail regarding [rrd-users] make install problem:
*> /opt/rrdtool/lib/perl/auto/RRDs
*> config/install-sh -c -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.a
*> /opt/rrdtool/lib/perl/auto/RRDs
*> install: perl-shared/blib/arch/auto/RRDs/RRDs.a does not exist
look for the line SO_EXT= in configure and replace with
SO_EXT=`$PERL -e 'use Config; if (defined $Config{so} and $Config{so} ne 'a') {print "$Config{so}\n"} else {print "so\n"};'`
this should set SO_EXT to the shared library extension on your
system. Reconfigure and reinstall
cheers
tobi
--
______ __ _
/_ __/_ / / (_) Oetiker, Timelord & SysMgr @ EE-Dept ETH-Zurich
/ // _ \/ _ \/ / TEL: +41(0)1-6325286 FAX:...1517 ICQ: 10419518
/_/ \.__/_.__/_/ oetiker at ee.ethz.ch http://ee-staff.ethz.ch/~oetiker
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-users
More information about the rrd-users
mailing list