From owner-freebsd-isp Fri Nov 23 3: 2:13 2001 Delivered-To: freebsd-isp@freebsd.org Received: from freebsd.hbz.pl (freebsd.hbz.pl [213.77.124.2]) by hub.freebsd.org (Postfix) with ESMTP id B5BE037B405 for ; Fri, 23 Nov 2001 03:02:09 -0800 (PST) Received: by freebsd.hbz.pl (Postfix, from userid 1002) id 79A2C120B2F; Fri, 23 Nov 2001 12:02:03 +0100 (CET) Date: Fri, 23 Nov 2001 12:02:03 +0100 From: Wojciech Sobczuk To: freebsd-isp@freebsd.org Subject: Re: Apache DSO Message-ID: <20011123120203.A70678@freebsd.hbz.pl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from kwoody@citytel.net on Fri, Nov 23, 2001 at 02:48:09AM -0800 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 On Fri, Nov 23, 2001 at 02:48:09AM -0800, Keith Woodworth wrote: > > 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. exactly. then you configure php with --with-apxs, and it'll work ok (after commenting out the LoadModule libphp4.so in the apache config). > > thanks for any info, > Keith > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message greetings, Wojtek -- | Wojciech Sobczuk, Software Engineer wojtek@osg-hq.net | | Omega Software Group - http://www.osg-hq.net/ - postbox@osg-hq.net | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message