From owner-freebsd-questions@FreeBSD.ORG Tue May 25 13:35:43 2004 Return-Path: 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 8F8DB16A4CE for ; Tue, 25 May 2004 13:35:43 -0700 (PDT) Received: from wxinmail01.webexc.com (wxinmail01.webexc.com [209.43.0.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 379D843D45 for ; Tue, 25 May 2004 13:35:43 -0700 (PDT) (envelope-from asp@webexc.com) Received: from localhost (localhost [127.0.0.1]) by wxinmail01.webexc.com (Postfix) with ESMTP id 7528E7C5C7; Tue, 25 May 2004 15:35:01 -0500 (EST) Received: from wxinmail01.webexc.com ([127.0.0.1]) by localhost (wxinmail01.webexc.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20647-03; Tue, 25 May 2004 15:35:00 -0500 (EST) Received: from webexc.com (exacttarget-21.iquest.net [209.43.38.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by wxinmail01.webexc.com (Postfix) with ESMTP id DDEB47C5B1; Tue, 25 May 2004 15:34:59 -0500 (EST) Message-ID: <40B3ADDD.90603@webexc.com> Date: Tue, 25 May 2004 15:34:37 -0500 From: Ben Timby User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: xavier collot References: <20040525072904.36064.qmail@web25002.mail.ukl.yahoo.com> In-Reply-To: <20040525072904.36064.qmail@web25002.mail.ukl.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by ClamAV (via amavisd-new) on wxinmail01.webexc.com X-Spam-Status: No, hits=0.0 tagged_above=-999.0 required=5.8 tests= X-Spam-Level: cc: questions@freebsd.org Subject: Re: install ipsec tools X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2004 20:35:43 -0000 Xavier, you should attempt to install the package from the ports tree. FreeBSD uses the ports tree much like mandrake uses RPM files. The difference of course is that RPM files are binary packages while the ports tree simply provides a makefile which will fetch the source, configure and compile the software. The Additionally the FreeBSD folks verify that the makefiles work, and you will likely have good success installing from source in this manner. Ports are arranged in a file tree, so you need to find the specific folder that contains the port you wish to install, you can do a search in the following manner: cd /usr/ports make search key=racoon All ports with that keyword in their name will be listed, go to the directory that is specified, and do: make install That will fetch/configure/compile/install the package for you. Also, read the FreeBSD handbook concerning ports, and you should be all set. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html Hopefully this helps. xavier collot wrote: > Hi !! > I have mandrake 9.1 with a 2.6.6 kernel and I want to install the ipsec-tools3.2 on my server (freebsd 5.2) but I don't understand how I can do that? > Sorry if it seems stupid but I don't find the rpm file (if it exists). > If I make a ./configure in the directory ipsec-tools3.2 I have an error (main.o) so I think it's depend of the library but when I make a ./configure in the directory racoon it's all right but the make doesn't work at all. > Thanks for your answers. > Xav > PS: sorry for my english :) > > > --------------------------------- > Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! > Créez votre Yahoo! Mail > > Dialoguez en direct avec vos amis grâce à Yahoo! Messenger ! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"