On Dec 18, 2009, at 2:04 PM, Zach Boettner wrote:

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
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [email protected]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to