[rt-users] FreeBSD Install = Error code 1

Matt Simerson matt at corp.spry.com
Fri Dec 18 18:15:36 EST 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20091218/561f0ba4/attachment.htm>


More information about the rt-users mailing list