Hi! Ok, I implemented the changes that you stated and now I received the following error: You need to pass either MP_AP_PREFIX or MP_APXS, but not both. Configuration for makefile: /usr/local/bin/perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX=/data/links/httpd MP_APXS=/usr/sbin/apxs Any suggestions you have would be great. Thanks, Tracy
________________________________ From: Eugene Toropov <eugene.toro...@gmail.com> To: Tracy Kukuselis <tkukuse...@verizon.net> Cc: "modperl-h...@perl.apache.org" <modperl-h...@perl.apache.org>; "modperl@perl.apache.org" <modperl@perl.apache.org> Sent: Monday, June 3, 2013 12:18 PM Subject: Re: Install Question Hi Tracy, As far as I remember must be something like perl Makefile.PL MP_APXS=/usr/bin/apxs Cheers Eugene On Jun 3, 2013, at 7:42 PM, Tracy Kukuselis <tkukuse...@verizon.net> wrote: > >Hello, > >I am trying to install modperl 2.0.3 with httpd 2.4.2 (also tried 2.4.4), but >am getting the following error: >Failed to obtain the MPM name. Please specify MP_APXS=/full/path/to/apxs to >solve this problem. >make:*** [path] Error 255 > >Using the following configure command >configure --prefix=/usr/local/apache2 --disable-userdir --enable-expires >--enable-headers --enable-ldap --enable-logio --enable-mime-magic --enable-so >--enable-speling --endable-usertrack --enable-vhost-alias --with-port=80 >--with-included-apr --with-included-apr-util --with-ssl=/usr/local/ssl/ > >Where can I put the MPM name to get it to be picked up. I tried to add >--mpm-name=prefork, to the configure command, but the same problem. > > >Thanks >Tracy > >