FreeBSD Install = Error code 1

Trying to install on FreeBSD 8. Can’t get past this. What is wrong here:

freebsd8# pwd

/usr/ports/www/rt38

freebsd8# make clean install

rt-3.8.4_1: “/usr/ports/devel/p5-String-ShellQuote” non-existent –
dependency list incomplete

===> Cleaning for rt-3.8.4_1

===> rt-3.8.4_1 options WITH_MODPERL and WITH_MODPERL2 are mutually
exclusive.

*** Error code 1

Stop in /usr/ports/www/rt38.

freebsd8#

Trying to install on FreeBSD 8. Can’t get past this. What is wrong here:

freebsd8# pwd

/usr/ports/www/rt38

freebsd8# make clean install

rt-3.8.4_1: “/usr/ports/devel/p5-String-ShellQuote” non-existent –
dependency list incomplete

===> Cleaning for rt-3.8.4_1

===> rt-3.8.4_1 options WITH_MODPERL and WITH_MODPERL2 are mutually
exclusive.

*** Error code 1

Your ports tree is out of date - 3.8.6 is the current version, as of
the 9th of December. Update your ports and try again. The handbook
details how to do that:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading-portsnap.html

             Please keep list traffic on the list.

Rob MacGregor
Whoever fights monsters should see to it that in the process he
doesn’t become a monster. Friedrich Nietzsche

Trying to install on FreeBSD 8. Can’t get past this. What is wrong
here:

freebsd8# pwd
/usr/ports/www/rt38
freebsd8# make clean install
rt-3.8.4_1: “/usr/ports/devel/p5-String-ShellQuote” non-existent –
dependency list incomplete
===> Cleaning for rt-3.8.4_1
===> rt-3.8.4_1 options WITH_MODPERL and WITH_MODPERL2 are mutually
exclusive.
*** Error code 1

Stop in /usr/ports/www/rt38.
freebsd8#

It looks like you chose the MODPERL and MODPERL2 options, which, as
the error message says, are mutually exclusive. Fix it like this:

cd /usr/ports/www/rt38
make config

In the resulting menu, choose either WITH_MODPERL or WITH_MODPERL2,
but not both. Choose based on which version of mod_perl you have
installed. On a new install, you should certainly be using v2.

Matt