Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2001 12:02:03 +0100
From:      Wojciech Sobczuk <sopel@freebsd.hbz.pl>
To:        freebsd-isp@freebsd.org
Subject:   Re: Apache DSO
Message-ID:  <20011123120203.A70678@freebsd.hbz.pl>
In-Reply-To: <Pine.BSI.4.05L.10111230238290.4199-100000@gumby.citytel.net>; from kwoody@citytel.net on Fri, Nov 23, 2001 at 02:48:09AM -0800
References:  <Pine.BSI.4.05L.10111230238290.4199-100000@gumby.citytel.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011123120203.A70678>