From owner-freebsd-questions Tue Jul 31 10:29:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kheops.demo.telefonica.com.pe (kheops.demo.telefonica.com.pe [200.37.84.130]) by hub.freebsd.org (Postfix) with ESMTP id 9965E37B405 for ; Tue, 31 Jul 2001 10:29:15 -0700 (PDT) (envelope-from rcc@demo.telefonica.com.pe) Received: from elcsa20008 (khephren.demo.telefonica.com.pe [200.37.84.131]) by kheops.demo.telefonica.com.pe (8.11.0/8.11.0) with SMTP id f6VHhtt21732; Tue, 31 Jul 2001 12:43:55 -0500 (PET) Message-ID: <080001c119e5$1458e5a0$4d01190a@tp.com.pe> From: "Richard Cotrina" To: "Todd Reed" Cc: References: Subject: RE: MRTG Compile Error Date: Tue, 31 Jul 2001 12:20:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tod : The ports tree is always included in the ISO image. I don't know if the MRTG Package is included in this image too, but you can compile MRTG from the ports. The advantage from building form the ports is that all the dependencies are included in the Makefile, and you don't need to build them before, all of them will be compiled with the port you are installing. First of all, You should upgrade your ports tree in order to get the port for the latest version of MRTG (2.9.17). Try using CVSup, if you dont have the cvsup binaries, install it from the FreeBSD servers : # pkg_add -rv cvsup You will need to be connected to the internet before executing the command above. Then, look at the cvup sample files at : /usr/share/examples/cvsup/ports-supfile. You cna use this file to upgrade your ports tree ( or at least ports-net ): # cvsup /ports-supfile After that go to /usr/ports/net/mrtg and build the binaries : # make install And that's all. See ya. Richard Cotrina ----- Original Message ----- From: Todd Reed To: Sent: Tuesday, July 31, 2001 8:42 AM Subject: MRTG Compile Error > I've downloaded all the files needed for MRTG (gd.tar.gz, libpng.tar.gz, > zlib.tar.gz, and mrtg.tar.gz). I make the ZLIB and the LIBPNG, but when I > go to make the gd, I get a file not found error 1. It's some jpg file. > Since I get the error, I cannot make mrtg. Has anyone ran into this > problem? I've redownloaded all the files again from different sites, and it > does the same thing. > > Please don't tell me to install it from ports! I downloaded the 4.3 ISO and > MRTG not included on the CD. > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message