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 73EE8DC8F for ; Mon, 23 Jul 2012 17:59:34 +0000 (UTC) Received: (qmail 4077 invoked by uid 500); 23 Jul 2012 17:59:33 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 4047 invoked by uid 500); 23 Jul 2012 17:59:33 -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 4039 invoked by uid 99); 23 Jul 2012 17:59:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2012 17:59:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.212.49] (HELO mail-vb0-f49.google.com) (209.85.212.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2012 17:59:26 +0000 Received: by vbbfo1 with SMTP id fo1so6610828vbb.22 for ; Mon, 23 Jul 2012 10:59:06 -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:content-transfer-encoding:x-gm-message-state; bh=9HIq2a7K38iQ3fA63Cjwpa/4GZyMLS1YL1VOd2gItAU=; b=nkMSiXBGKVgjKzPgaBBzvyXRsB8X7uXiRVefSuwgSy6qvycGpy63weiIYK3ULvhUKj YN/t9EJeUChW9SeBjo7567qosaydoN4HHMmiE3wCCI2VMqHXiW/A22ZbwCpY+u+FljRA 6EK512CPWEJc4gYj/rG6VPGd9znIJpZTjRWcfL1owtSpOoZ67U6GwfFGV7vPriq2qpGy 6oEr4Plim3vjBM8wCumg41yzMNGWWXrTMgt35huNeJ36CmMMdShFLAet31Vt+bcfVqSD 9TqJ8o0NDmIFxOVKw37scOS7HjceuZ0EG5lWOJF3OIlIqDVJSnWGuwBmxmcmCllPKVGR OPUQ== MIME-Version: 1.0 Received: by 10.52.93.194 with SMTP id cw2mr12014731vdb.9.1343066346081; Mon, 23 Jul 2012 10:59:06 -0700 (PDT) Received: by 10.58.218.10 with HTTP; Mon, 23 Jul 2012 10:59:06 -0700 (PDT) In-Reply-To: <500D8306.7010502@getnet.cz> References: <500D8306.7010502@getnet.cz> Date: Mon, 23 Jul 2012 10:59:06 -0700 Message-ID: Subject: Re: error compiling 2.0.7 From: Fred Moyer To: =?ISO-8859-2?B?Smn47SBQYXZsb3Zza/0=?= Cc: modperl@perl.apache.org Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQlyU4rDeV3FXdLzHNZqyT8fH2BjBVPpUM+uIcDkY+6vXB6zIsOk4QQoKpZvkGZn8zF81Cv0 On Mon, Jul 23, 2012 at 9:59 AM, Ji=F8=ED Pavlovsk=FD wrot= e: > I'm trying (unsuccessfully) to compile 2.0.7 with perl-5.16 and > httpd-2.2.22. The error is below. I have a perl compiled with fPIC. I put > fPIC into LDFLAGS when compiling mod_perl. > Anyway to make this work? Are you sure it is compiled with -fPIC? Can you post 'perl -V'? > > > /usr/bin/ld: /opt/perl/lib/5.16.0/x86_64-linux/CORE/libperl.a(op.o): > relocation R_X86_64_32S against `PL_sv_yes' can not be used when making a > shared object; recompile with -fPIC > /opt/perl/lib/5.16.0/x86_64-linux/CORE/libperl.a: could not read symbols: > Bad value > > -- > Ji=F8=ED Pavlovsk=FD >