[Fwd: [users@httpd] Problems Compiling mod_perl and apache]

[Fwd: [users@httpd] Problems Compiling mod_perl and apache]

am 19.01.2009 06:57:56 von Philip Gollucci

--------------080207020001010302020808
Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
Content-Transfer-Encoding: 7bit


--
------------------------------------------------------------ ------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354
Consultant - P6M7G8 Inc. http://p6m7g8.net
Senior Sys Admin - RideCharge, Inc. http://ridecharge.com
Contractor - PositiveEnergyUSA http://positiveenergyusa.com
ASF Member - Apache Software Foundation http://apache.org
FreeBSD Committer - FreeBSD Foundation http://freebsd.org

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

--------------080207020001010302020808
Content-Type: message/rfc822;
name="[users@httpd] Problems Compiling mod_perl and apache.eml"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="[users@httpd] Problems Compiling mod_perl and apache.eml"

Return-Path:
Received: from mail.apache.org (hermes.apache.org [140.211.11.2])
by piccollo.p6m7g8.net (8.14.3/8.14.3) with SMTP id n0J050GZ084406
for ; Sun, 18 Jan 2009 19:05:00 -0500 (EST)
(envelope-from users-return-85446-pgollucci=p6m7g8.com@httpd.apache.org)
Received: (qmail 72372 invoked by uid 500); 19 Jan 2009 00:04:52 -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:
List-Id:
Delivered-To: mailing list users@httpd.apache.org
Received: (qmail 72363 invoked by uid 99); 19 Jan 2009 00:04:52 -0000
Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230)
by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 16:04:52 -0800
X-ASF-Spam-Status: No, hits=0.0 required=10.0
tests=
X-Spam-Check-By: apache.org
Received-SPF: unknown (nike.apache.org: error in processing during lookup of ashley@pcraft.com)
Received: from [204.144.132.170] (HELO ivanhoe.pcraft.com) (204.144.132.170)
by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 00:04:43 +0000
Received: from [192.168.1.250] (serpico.pcraft.com [204.144.132.162])
by ivanhoe.pcraft.com (8.14.1/8.14.1) with ESMTP id n0J04MbT030869
for ; Sun, 18 Jan 2009 17:04:22 -0700
Message-ID: <4973C387.5030700@pcraft.com>
Date: Sun, 18 Jan 2009 17:04:23 -0700
From: "Ashley M. Kirchner"
User-Agent: Thunderbird 2.0.0.19 (Windows/20081209)
MIME-Version: 1.0
To: users@httpd.apache.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Checked: Checked by ClamAV on apache.org
Subject: [users@httpd] Problems Compiling mod_perl and apache
X-Virus-Scanned: ClamAV 0.94.2/8874/Sun Jan 18 00:02:00 2009 on piccollo.p6m7g8.net
X-Virus-Status: Clean
X-Spam-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,
RCVD_IN_DNSWL_MED,SPF_PASS autolearn=ham version=3.2.5
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on piccollo.p6m7g8.net


I'm trying to compile mod_perl 1.30 and Apache 1.3.41 on a vanilla
FC10 system and getting the following errors (and subsequent failure).
Looking for suggestions and fixes. Thanks!


gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DMOD_PERL
-DUSE_PERL_SSI -D_REENTRANT -DDEBUGGING -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm -DUSE_HSREGEX -DEAPI -D_REENTRANT
-DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm `./apaci` -rdynamic \
-o httpd buildmark.o modules.o
modules/standard/libstandard.a modules/perl/libperl.a main/libmain.a
../os/unix/libos.a ap/libap.a regex/libregex.a -lm -lcrypt -lgdbm
-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.10.0/i386-linux-thread-multi/COR E
-L/usr/local/lib -L/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE
-lperl -lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc -lexpat -ldl
modules/perl/libperl.a(perl_config.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(perl_util.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(perlio.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(Apache.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(Constants.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(ModuleConfig.o): In function
`ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(Log.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(URI.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(Util.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(Connection.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(Server.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(File.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(Table.o): In function `ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
modules/perl/libperl.a(mod_perl_opmask.o): In function
`ap_os_is_path_absolute':
/usr/local/src/apache/apache_1.3.41/src/modules/perl/../../o s/unix/os-inline.c:45:
multiple definition of `ap_os_is_path_absolute'
modules/perl/libperl.a(mod_perl.o):/usr/local/src/apache/apa che_1.3.41/src/modules/perl/../../os/unix/os-inline.c:45:
first defined here
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/local/src/apache/apache_1.3.41/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/src/apache/apache_1.3.41'
make: *** [build] Error 2

------------------------------------------------------------ ---------
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

--------------080207020001010302020808--

Re: [Fwd: [users@httpd] Problems Compiling mod_perl and apache]

am 19.01.2009 07:48:56 von Salvador Ortiz Garcia

On Mon, 2009-01-19 at 00:57 -0500, Philip M. Gollucci wrote:
> email message attachment ([users@httpd] Problems Compiling mod_perl
> and apache.eml)
> > -------- Forwarded Message --------
> > From: Ashley M. Kirchner
> > Reply-To: users@httpd.apache.org
> > To: users@httpd.apache.org
> > Subject: [users@httpd] Problems Compiling mod_perl and apache
> > Date: Sun, 18 Jan 2009 17:04:23 -0700
>

Please see my post to mod_perl-dev from November 29 for a fix:
http://www.gossamer-threads.com/lists/modperl/dev/98573

Regards

Salvador Ortiz.