Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 15:34:37 -0500
From:      Ben Timby <asp@webexc.com>
To:        xavier collot <xavier_collot@yahoo.fr>
Cc:        questions@freebsd.org
Subject:   Re: install ipsec tools
Message-ID:  <40B3ADDD.90603@webexc.com>
In-Reply-To: <20040525072904.36064.qmail@web25002.mail.ukl.yahoo.com>
References:  <20040525072904.36064.qmail@web25002.mail.ukl.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40B3ADDD.90603>