From owner-freebsd-questions@FreeBSD.ORG Thu Jun 9 20:12:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A843F16A41C for ; Thu, 9 Jun 2005 20:12:47 +0000 (GMT) (envelope-from jg@inf.ufsc.br) Received: from ceres.inf.ufsc.br (ns2.inf.ufsc.br [150.162.60.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01BD343D48 for ; Thu, 9 Jun 2005 20:12:43 +0000 (GMT) (envelope-from jg@inf.ufsc.br) Received: from localhost (netuno.inf.ufsc.br [150.162.60.11]) by ceres.inf.ufsc.br (Departamento de Informatica e Estatistica (INE/CTC/UFSC)) with ESMTP id E5E5F2E948; Thu, 9 Jun 2005 17:12:41 -0300 (BRT) Received: from netuno.inf.ufsc.br ([127.0.0.1]) by localhost (netuno [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26187-07; Thu, 9 Jun 2005 17:12:40 -0300 (BRST) Received: from [150.162.59.24] (unknown [150.162.59.24]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by netuno.inf.ufsc.br (Departamento de Informatica e Estatistica (INE/CTC/UFSC)) with ESMTP id BC5EB10DC25; Thu, 9 Jun 2005 17:12:40 -0300 (BRST) In-Reply-To: References: <60e4dc933ed610d65afb558f83fa417f@inf.ufsc.br> <8CA5B266DE4E15610A73B36D@utd59514.utdallas.edu> <7f24c98708e7b239e96120c7fba09e6c@inf.ufsc.br> <42A87BD3.8090309@filn.net> <4d28d64eaa0d2e824febaf54895873c6@inf.ufsc.br> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <032d8ad4d2736f2e0d66b3d981c90ddf@inf.ufsc.br> Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?Jo=E3o_Gabriel_Sapucahy_Chiste?= Date: Thu, 9 Jun 2005 17:12:39 -0300 To: Paul Schmehl X-Mailer: Apple Mail (2.622) X-Virus-Scanned: by amavisd-new at inf.ufsc.br Cc: freebsd-questions@freebsd.org Subject: Re: I can't install netperf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 20:12:47 -0000 I'm a programmer but i'm still not compiled this stuff.... I`m on a Lan with a DHCP server and i can ping but the DNS names are=20 not configured i put them in resolv.conf but don't worked. When i run dhclient i get an ip address, but i get this message addres=20= family not supported by protocol family. Em 09/06/2005, =E0s 15:59, Paul Schmehl escreveu: > --On Thursday, June 09, 2005 15:10:11 -0300 Jo=E3o Gabriel Sapucahy=20 > Chiste wrote: > >> I put the netperf-2.4.0.tar.gz in the location that ports telling and >> tried to install from ports and then i get this: >> applying freebsd patches....blabla >> File to patch: >> >> Which file should i type? >> > You can't do it that way. First, you need to make sure your ports are=20= > up to date. *Then* install netperf using the port. (I just did, on=20= > 5.4 RELEASE, and it installed without a hitch.) The port installed=20 > netperf-2.3pl1.tar.gz, not netperf-2.4.0.tar.gz. If you want 2.4.0,=20= > you're on your own, and you'll have to figure out how to get it to=20 > compile on FreeBSD. The netperf Makefile *might* be helpful. It=20 > might also be helpful to look at the port files after typing "make". =20= > You'll find that there are 14 patchfiles in the files/ directory and a=20= > configure script in the scripts/ directory. > > I'm betting you can't compile this port yourself, unless you're a=20 > programmer and you understand configure and Makefile instructions=20 > clearly. Or maybe you can - but you're pretty much on your own. > > Paul Schmehl (pauls@utdallas.edu) > Adjunct Information Security Officer > University of Texas at Dallas > AVIEN Founding Member > http://www.utdallas.edu/ir/security/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" > > Jo=E3o Gabriel Sapucahy Chiste