On 11/28/09, Mohit Anchlia wrote:
> On Fri, Nov 27, 2009 at 10:08 AM, Eric Covener wrote:
> > On Fri, Nov 27, 2009 at 12:14 PM, Mohit Anchlia
> wrote:
> >> What changes do I need to make to my compile script to use apxs?
> >>
> >> libtool --silent --mode=compile gcc -g -O2 -pthread-DLI
On Fri, Nov 27, 2009 at 10:08 AM, Eric Covener wrote:
> On Fri, Nov 27, 2009 at 12:14 PM, Mohit Anchlia
> wrote:
>> What changes do I need to make to my compile script to use apxs?
>>
>> libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 \
>
> I assume you'd just replace it:
>
> h
On Fri, Nov 27, 2009 at 12:14 PM, Mohit Anchlia wrote:
> What changes do I need to make to my compile script to use apxs?
>
> libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 \
I assume you'd just replace it:
http://httpd.apache.org/docs/2.2/programs/apxs.html
--
Eric Covener
What changes do I need to make to my compile script to use apxs?
libtool --silent --mode=compile gcc -g -O2 -pthread-DLINUX=2 \
-D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE \
-I/usr/local/apache2/include \
-prefer-pic -c mod_vhost_limit.c && touch mod_vho
On 11/27/09, Mohit Anchlia wrote:
> > Are you using apxs?
> no
use apxs.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html
This is compile.sh
libtool --silent --mode=compile gcc -g -O2 -pthread-DLINUX=2 \
-D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE \
-I/usr/local/apache2/include \
-prefer-pic -c mod_vhost_limit.c && touch mod_vhost_limit.slo
libtool --silent --mode=link
no
On Fri, Nov 27, 2009 at 8:41 AM, Eric Covener wrote:
> On 11/27/09, Mohit Anchlia wrote:
>> I downloaded the module mod_vhost_limit from "http://apache.ivn.cl/";
>> site. When I try to complile I get the following errors. The module I
>> downloaded is for apache2. Could someone please help
On 11/27/09, Mohit Anchlia wrote:
> I downloaded the module mod_vhost_limit from "http://apache.ivn.cl/";
> site. When I try to complile I get the following errors. The module I
> downloaded is for apache2. Could someone please help me?
>
> In file included from /usr/local/apache2/include/ap_co
I downloaded the module mod_vhost_limit from "http://apache.ivn.cl/";
site. When I try to complile I get the following errors. The module I
downloaded is for apache2. Could someone please help me?
In file included from /usr/local/apache2/include/ap_config.h:25,
from /usr/local/apa