Return-Path: X-Original-To: apmail-perl-modperl-archive@www.apache.org Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 39BF410963 for ; Thu, 6 Jun 2013 19:16:17 +0000 (UTC) Received: (qmail 40474 invoked by uid 500); 6 Jun 2013 19:16:16 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 40439 invoked by uid 500); 6 Jun 2013 19:16:16 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 40432 invoked by uid 99); 6 Jun 2013 19:16:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 19:16:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [209.85.128.41] (HELO mail-qe0-f41.google.com) (209.85.128.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 19:16:10 +0000 Received: by mail-qe0-f41.google.com with SMTP id b4so2199130qen.28 for ; Thu, 06 Jun 2013 12:15:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=myUP/9BtN/gK0J8WKnftURN0snILlz62Whx3hP/MB6U=; b=KuHN2q+m27vxaEugQXWjckWpi6o8FeObNWnpy7apkuJSPwL84XPvkXOu3EplUgXDnM Q4hODyHwcbV9DcOIjsJXzNlGsOlYtLBckTfEbMAzbrImouDIhMVOX8rPJRwfRANhPj+T gaGE0ynjbXNGQlfmIcSCkWyVFhZX6N1Cenw0FYqItxmsD3ig1kQiCvoAClHu1bv8/iqg RdHnh+ShanWoSQeyh3xHz1wzLQIAEml9iEIW32ccbfX7w5ly9XtiF8Yv71c+8X4DcYxx T3pB+DVWX/5zF/+poqwmE981Bu5LeKUB4kIHDR9kot+FymKVgD1n/wPZ/QLO8/pkBZib D7JQ== MIME-Version: 1.0 X-Received: by 10.49.49.36 with SMTP id r4mr41507869qen.65.1370546128968; Thu, 06 Jun 2013 12:15:28 -0700 (PDT) Received: by 10.224.131.133 with HTTP; Thu, 6 Jun 2013 12:15:28 -0700 (PDT) In-Reply-To: <1370371738.30954.YahooMailNeo@web84505.mail.ne1.yahoo.com> References: <1369914836.85381.ezmlm@perl.apache.org> <1369921246.81820.YahooMailNeo@web84503.mail.ne1.yahoo.com> <1370274169.77284.YahooMailNeo@web84506.mail.ne1.yahoo.com> <1370371738.30954.YahooMailNeo@web84505.mail.ne1.yahoo.com> Date: Thu, 6 Jun 2013 12:15:28 -0700 Message-ID: Subject: Re: Install Question From: Fred Moyer To: Tracy Kukuselis Cc: Eugene Toropov , "modperl-help@perl.apache.org" , "modperl@perl.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmlkPOACq6b8vwqvT/layi+/IcTzpTEiGi1u8RBROPjwwTRYwrPW7i4Zp/dFU7D7jl01Lrv X-Virus-Checked: Checked by ClamAV on apache.org > You need to pass either MP_AP_PREFIX or MP_APXS, but not both. I'd suggest building via MP_APXS. Building mod_perl statically is not widely tested. On Tue, Jun 4, 2013 at 11:48 AM, Tracy Kukuselis wrote: > 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 > To: Tracy Kukuselis > Cc: "modperl-help@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 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 > > > > >