On Tue, 29 Jun 2004, Richard wrote: > I am trying to install mod_perl on a Linux Box that is running Cpanel. > > I don't remember if this is running Red Hat or Fedora, as > we have both on our servers, and in my list it does not > say, it only says, "Linux". > > Here is my error: > > perl Makefile.PL USE_APXS=1 WITH_APXS=/usr/local/apache/bin/apxs > EVERYTHING=1 > > Reading Makefile.PL args from @ARGV > > [ error] Unable to determine server version, aborting. > > [ error] Please specify MP_APXS or MP_AP_PREFIX.
It sounds like you're trying to build mod_perl-1.99 (aka mod_perl 2) against apache-1.3. Try either installing mod_perl 2 against an Apache 2 installation: perl Makefile.PL MP_AP_PREFIX=/path/to/httpd2 \ MP_INST_APACHE2=1 or, if you must stick with Apache-1.3, grab the mod_perl-1.29 sources from CPAN. -- best regards, randy kobes -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html