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 4BCE4F3FD for ; Thu, 30 May 2013 09:31:21 +0000 (UTC) Received: (qmail 97792 invoked by uid 500); 30 May 2013 09:31:20 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 97353 invoked by uid 500); 30 May 2013 09:31:17 -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 97328 invoked by uid 99); 30 May 2013 09:31:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 May 2013 09:31:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kartik.unix@gmail.com designates 209.85.160.52 as permitted sender) Received: from [209.85.160.52] (HELO mail-pb0-f52.google.com) (209.85.160.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 May 2013 09:31:13 +0000 Received: by mail-pb0-f52.google.com with SMTP id xa12so21001pbc.39 for ; Thu, 30 May 2013 02:30:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6NPIVTqsSAmaaNKI6YyKeL7xB2JeCFnXYP1wOFo8smg=; b=EXl/DNfRzggIPEv0+dWgEZ8U1pBJs1tMInCVcGNWrfTqPun3uqTv8CLRUPcMM7kOzC Otoi/LX0DHQAbw441dv383EsqUuWsYL0f2vPoXroqMtnjsQor0PMvNM9u7xR4xablGIE PoX6BQH5FVDseU7aQwvAs/rPmcDhB/uq5VMSqFidsQ4Lg5bSF4s+48gJoWIIUMhkUlyG 5HpY5DeR+jIcsH7H6SvdAhva68k4+O22sRf0hX+INoH1vmdI2x9mSDZmZrPBQNFODsVW iSHTyd7fV7GyJoPmHDe+8GlYh2WTUIh54AWcRAOnk8RY28QB/IQ+GLvLKE1+GEmKRF7I xuyg== MIME-Version: 1.0 X-Received: by 10.66.144.98 with SMTP id sl2mr7642882pab.92.1369906253018; Thu, 30 May 2013 02:30:53 -0700 (PDT) Received: by 10.70.3.4 with HTTP; Thu, 30 May 2013 02:30:52 -0700 (PDT) In-Reply-To: <201305300209.r4U29J3Y027080@elvis.arl.psu.edu> References: <201305300209.r4U29J3Y027080@elvis.arl.psu.edu> Date: Thu, 30 May 2013 04:30:52 -0500 Message-ID: Subject: Re: Errors building mod_perl on 64 bit perl Solaris From: Kartik Vashishta To: modperl@perl.apache.org Content-Type: multipart/alternative; boundary=047d7b6dbe64963c2004ddec27e0 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6dbe64963c2004ddec27e0 Content-Type: text/plain; charset=ISO-8859-1 perl was built with the same compiler as mod_perl ./Configure -ders -Dcc=cc -Ud_sigsetjmp -Uinstallusrbinperl -Ulocincpth= -Uloclibpth= -Duse64bitint -Duse64bitall -Ud_strerror_r -Ud_signbit -Duselargefiles -Dprefix=/usr/perl6/5.18.0 apache was built from sources.....probably used gcc....not sure... On Wed, May 29, 2013 at 9:09 PM, John D Groenveld wrote: > In message WP8i51_bbE2JxejXX+w@mail.gmail.com> > , Kartik Vashishta writes: > >and on 2.0.8, I am getting the following error: > > > >symbol PL_check: relocations based on the ABS44 coding model can not be > >used in building a shared object > > mod_perl 2.0.8 builds for me with 64-bit perl 5.18.0 and > apache httpd 2.2.24 under Solaris 10 with Solaris Studio compilers. > > How are your Perl and Apache built? > > John > groenveld@acm.org > --047d7b6dbe64963c2004ddec27e0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
perl was built with the same compiler as mod_perl
./Co= nfigure -ders -Dcc=3Dcc -Ud_sigsetjmp -Uinstallusrbinperl -Ulocincpth=3D -U= loclibpth=3D =A0-Duse64bitint -Duse64bitall -Ud_strerror_r -Ud_signbit -Dus= elargefiles -Dprefix=3D/usr/perl6/5.18.0

apache was built from sources.....probably = used gcc....not sure...



On Wed, May 29, 2013 at 9:09 PM, John = D Groenveld <jdg117@elvis.arl.psu.edu> wrote:
In message <CAJFC5W0p-skKsgOhit8zf=3DQvaw= oXqc=3DWP8i51_bbE2J= xejXX+w@mail.gmail.com>
, Kartik Vashishta writes:
>and on 2.0.8, I am getting the following error:
>
>symbol PL_check: relocations based on the ABS44 coding model can not be=
>used in building a shared object

mod_perl 2.0.8 builds for me with 64-bit perl 5.18.0 and
apache httpd 2.2.24 under Solaris 10 with Solaris Studio compilers.

How are your Perl and Apache built?

John
groenveld@acm.org

--047d7b6dbe64963c2004ddec27e0--