Re: Wackamole install on FreeBSD 4.7

Sean Chittenden <[email protected]> Wed, 18 Jun 2003 15:54:06 -0700
Newsgroups gmane.comp.apache.mod-wackamole.general
Message-ID <[email protected]>
> 	I am having some difficulty compiling wackamole for FreeBSD 4.7. If 
> 	I follow the install instructions in the README ( i.e. ./configure 
> --with-cppflags=-I/usr/local/include --with-ldflags=-L/usr/local/lib ) 
> everything works just fine, however I get a warning about thread 
> support in FreeBSD, and just for grins I would like to compile without 
> threads, using the recommended --with-threads=no option. When I add 
> this option to the above configure script, configure complains that 
> Spread is not installed, which of course it is and works without the 
> added line in the configure call. Any advice would be greatly 
> appreciated.

Um, why not:

cd /usr/ports/net/spread && make && su
make install

or

portinstall spread

-sc
-- 
Sean Chittenden