Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2002 11:28:04 -0800
From:      paul beard <paulbeard@mac.com>
To:        budsz <budsz@kumprang.or.id>
Cc:        FreeBSD-Questions <freebsd-questions@FreeBSD.ORG>, Tobias Oetiker <oetiker@ee.ethz.ch>
Subject:   Re: [oetiker@ee.ethz.ch: Re: MRTG problem]
Message-ID:  <3DDBE244.8090805@mac.com>
In-Reply-To: <20021120181719.GA12927@kumprang.or.id>
References:  <20021120181719.GA12927@kumprang.or.id>

next in thread | previous in thread | raw e-mail | index | archive | help
budsz wrote:

> ----- Forwarded message from Tobias Oetiker  -----
>
>
> it seems 2.9.26 is broken on freebsd ... I don't know why ...
>
> sorry ... hoping for a patch from some user of this system
>
> tobi

mrtg-2.9.25 seems fine: I removed mrtg, added it to HOLD_PKGS in 
my pkgtools.conf, and installed this version manually.

this should all work
./configure --with-gd-lib=/usr/local/lib 
--with-gd-inc=/usr/local/include/ --exec-prefix=/usr/local

then you'll find that /usr/local/mrtg2 needs to worked around:

cd /usr/local/bin/
for i in /usr/local/mrtg-2/bin/*; do ln -s $i ; done
cd ../mrtg-2/lib/mrtg2
cp -rp * /usr/local/lib/perl5/site_perl/5.6.1/


-- 
Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
paulbeard [at] mac [ dot] com / 206 529 8400

weblog @ <http://paulbeard.no-ip.org/movabletype/>;

Does the name Pavlov ring a bell?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DDBE244.8090805>