From owner-freebsd-isp Fri Nov 23 2:48:14 2001 Delivered-To: freebsd-isp@freebsd.org Received: from gumby.citytel.net (gumby.rupert.net [204.244.98.46]) by hub.freebsd.org (Postfix) with ESMTP id 9896937B418 for ; Fri, 23 Nov 2001 02:48:10 -0800 (PST) Received: from gumby.rupert.net (kwoody@gumby.rupert.net [204.244.98.46]) by gumby.citytel.net (8.11.0/8.11.0) with ESMTP id fANAm9H04812; Fri, 23 Nov 2001 02:48:09 -0800 (PST) Date: Fri, 23 Nov 2001 02:48:09 -0800 (PST) From: Keith Woodworth To: freebsd-isp@FreeBSD.ORG Cc: kwoody@citytel.net Subject: Apache DSO Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org How can one tell that DSO support is working in Apache? According to PHP 4.x to install it needs mod_so.c. (yes thats why I'm doing this...want PHP for a project I'm working on) I have been running 1.3.19 of apche for about 5 months now or so and do a httpd -l and dont see that mod in the list. So I recompiled apache using: ./configure --enable-rule=SHARED_CORE Still dont see mod_so.c when doing an httpd -l. Though now when apache starts it shows: /usr/local/apache/bin/httpd (libhttpd.ep) Or should I compile with --enable-module=so instead? The INSTALL docs say you can use either to enable DSO support. thanks for any info, Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message