From owner-freebsd-current Tue Sep 29 09:33:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21543 for freebsd-current-outgoing; Tue, 29 Sep 1998 09:33:52 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21515 for ; Tue, 29 Sep 1998 09:33:38 -0700 (PDT) (envelope-from jfieber@fallout.campusview.indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.9.1/8.9.1) with SMTP id LAA24451; Tue, 29 Sep 1998 11:33:19 -0500 (EST) Date: Tue, 29 Sep 1998 11:33:19 -0500 (EST) From: John Fieber To: "C. Stephen Gunn" cc: current@FreeBSD.ORG, ache@nagual.pp.ru, aw1@stade.co.uk Subject: Re: Apache13 port under FreeBSD 3.0-BETA (ELF) In-Reply-To: <19980929085044.A19900@physics.purdue.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 29 Sep 1998, C. Stephen Gunn wrote: > Works fine as long as you don't want or didn't need Run-Time Shared > Object support. From my observation, it's Apache's assumptions about > FreeBSD's loader (in Configure) that are broken. src/Configure around line 892 to be specific: *-freebsd*) CFLAGS_SHLIB="-fpic" LDFLAGS_SHLIB="-Bshareable" LDFLAGS_SHLIB_EXPORT="" SHLIB_SUFFIX_DEPTH=2 ;; It just needs to detect elf systems and tweak the variables appropriatly. I'm brand new to -current and elf so I'm not exactly sure what the tweaks are... -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message