Date: Tue, 29 Sep 1998 11:33:19 -0500 (EST) From: John Fieber <jfieber@indiana.edu> To: "C. Stephen Gunn" <csg@physics.purdue.edu> Cc: current@FreeBSD.ORG, ache@nagual.pp.ru, aw1@stade.co.uk Subject: Re: Apache13 port under FreeBSD 3.0-BETA (ELF) Message-ID: <Pine.BSF.4.02A.9809291128050.681-100000@fallout.campusview.indiana.edu> In-Reply-To: <19980929085044.A19900@physics.purdue.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02A.9809291128050.681-100000>
