Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 90362 invoked from network); 19 Apr 2005 11:10:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Apr 2005 11:10:09 -0000 Received: (qmail 54244 invoked by uid 500); 19 Apr 2005 11:09:41 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 54077 invoked by uid 500); 19 Apr 2005 11:09:40 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 54056 invoked by uid 99); 19 Apr 2005 11:09:40 -0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from mail-kan.bigfish.com (HELO mail32-R-kan.bigfish.com) (63.161.60.29) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 19 Apr 2005 04:09:38 -0700 Received: from mail32-kan.bigfish.com (localhost.localdomain [127.0.0.1]) by mail32-R-kan.bigfish.com (Postfix) with ESMTP id 0BAD013215C; Tue, 19 Apr 2005 11:09:37 +0000 (UCT) X-BigFish: VPC Received: by mail32-kan (MessageSwitch) id 1113908977962_1792; Tue, 19 Apr 2005 11:09:37 +0000 (UCT) Received: from mailrelay7.pfizer.com (ns11.pfizer.com [192.77.198.11]) by mail32-kan.bigfish.com (Postfix) with ESMTP id D4B56131CF1; Tue, 19 Apr 2005 11:09:36 +0000 (UCT) Received: from prsexcn10.pfizer.com (localhost [127.0.0.1]) by mailrelay7.pfizer.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j3JB9Z7W013525; Tue, 19 Apr 2005 07:09:35 -0400 (EDT) Received: by prsexcn10.pfizer.com with Internet Mail Service (5.5.2654.89) id ; Tue, 19 Apr 2005 07:09:35 -0400 Message-ID: From: "Toke, Gyula" To: "'Joe Orton'" Cc: "'users@httpd.apache.org'" Date: Tue, 19 Apr 2005 07:08:48 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.89) Content-Type: text/plain; charset="utf-8" X-Virus-Checked: Checked Subject: RE: [users@httpd] mod_python 3.1.4 issue with Apache 2.0.53 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Joe, the following env variables were exported: $ env | grep FLAGS LDFLAGS=-fPIC CFLAGS=-fPIC $ (we do not use CPP, so setting CPPFLAGS would have been ignored anyway) building Python: ... gcc -fPIC -o python \ Modules/python.o \ libpython2.3.a -lresolv -lsocket -lnsl -lrt -ldl -lpthread -lm ... and -fPIC appeared as argument during the build process. but still no success, mod_python build fails with exactly the same message and again: mod_python 3.1.3 was successfully built for Apache 2.0.52 (with standard Python build, so we did not need "-fPIC" ) Gyula > -----Original Message----- > From: Joe Orton [mailto:jorton@redhat.com] > Sent: 19 April 2005 10:34 > To: Toke, Gyula > Cc: 'users@httpd.apache.org' > Subject: Re: [users@httpd] mod_python 3.1.4 issue with Apache 2.0.53 > > > On Mon, Apr 18, 2005 at 12:12:41PM -0400, Toke, Gyula wrote: > > Thanks Joe, > > > > I've re-compiled Python with CFLAGS=-fPIC, re-configured > mod_python 3.1.4 to > > use this new build, but it did not make any difference. It > still complains > > about these relocations, even with Apache 2.0.54... > > Then you haven't successfully compiled Python with -fPIC; maybe CFLAGS > isn't the right variable, check the build output. You need > to work out > how to do that, anyway, it's the only solution to this problem. > > joe > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org