Configure failing?

I’m trying to get an RT 3.8 machine up and running.

./configure --with-mysql --with-modperl2 does not appear to be doing
anything, because when I run make install it does a dep check with
–with-mysql --with-fastcgi, and then fails.

I’m trying to get an RT 3.8 machine up and running.

./configure --with-mysql --with-modperl2 does not appear to be doing
anything, because when I run make install it does a dep check with
–with-mysql --with-fastcgi, and then fails.

John

Those aren’t valid arguments to RT’s configure.

see ./configure --help for the options you want to use

-kevin