Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Dev

build mod_proxy by source

 

 

Apache dev RSS feed   Index | Next | Previous | View Threaded


iroshanmail at gmail

Jun 22, 2009, 12:00 PM

Post #1 of 5 (628 views)
Permalink
build mod_proxy by source

Hi All,

I need to build mod_proxy by source rather than enable in the
configuration. I dont know how to build it by apxs as it has two dependent
files (proxy_util.c and mod_proxy.c) .Please help me to over come this
problem.

Best Regards,

Iroshan
Under Graduate-UCSC
Sri Lanka


marko at kevac

Jun 22, 2009, 12:55 PM

Post #2 of 5 (597 views)
Permalink
Re: build mod_proxy by source [In reply to]

apxs -c -o mod_proxy.so mod_proxy.c proxy_util.c

On Mon, Jun 22, 2009 at 11:00 PM, h iroshan <iroshanmail [at] gmail> wrote:

> Hi All,
>
> I need to build mod_proxy by source rather than enable in the
> configuration. I dont know how to build it by apxs as it has two dependent
> files (proxy_util.c and mod_proxy.c) .Please help me to over come this
> problem.
>
> Best Regards,
>
> Iroshan
> Under Graduate-UCSC
> Sri Lanka
>
>
>


--
Marko Kevac


iroshanmail at gmail

Jun 22, 2009, 1:06 PM

Post #3 of 5 (578 views)
Permalink
Re: build mod_proxy by source [In reply to]

hi Kevac Marko,

Thank you very much.


iroshanmail at gmail

Jun 22, 2009, 1:14 PM

Post #4 of 5 (588 views)
Permalink
Re: build mod_proxy by source [In reply to]

hi Kevac Marko,

apxs -c -o mod_proxy.so mod_proxy.c proxy_util.c

above command not generate mod_proxy.so . Please help me

Regards
Iroshan


marko at kevac

Jun 22, 2009, 2:43 PM

Post #5 of 5 (573 views)
Permalink
Re: build mod_proxy by source [In reply to]

Look:

$ ~/micex/opt/httpd-worker/bin/apxs -c -o mod_proxy.so mod_proxy.c
proxy_util.c
/home/marko/micex/opt/httpd-worker/build/libtool --silent --mode=compile gcc
-prefer-pic -g -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread
-I/home/marko/micex/opt/httpd-worker/include
-I/home/marko/micex/opt/httpd-worker/include
-I/home/marko/micex/opt/httpd-worker/include -c -o mod_proxy.lo
mod_proxy.c && touch mod_proxy.slo
/home/marko/micex/opt/httpd-worker/build/libtool --silent --mode=compile gcc
-prefer-pic -g -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread
-I/home/marko/micex/opt/httpd-worker/include
-I/home/marko/micex/opt/httpd-worker/include
-I/home/marko/micex/opt/httpd-worker/include -c -o proxy_util.lo
proxy_util.c && touch proxy_util.slo
/home/marko/micex/opt/httpd-worker/build/libtool --silent --mode=link gcc -o
mod_proxy.la -rpath /home/marko/micex/opt/httpd-worker/modules -module
-avoid-version proxy_util.lo mod_proxy.lo

$ ls -la .libs/mod_proxy.so
-rwxr-xr-x 1 marko marko 177683 2009-06-23 01:30 .libs/mod_proxy.so

On Tue, Jun 23, 2009 at 12:14 AM, h iroshan <iroshanmail [at] gmail> wrote:

>
> hi Kevac Marko,
>
> apxs -c -o mod_proxy.so mod_proxy.c proxy_util.c
>
> above command not generate mod_proxy.so . Please help me
>
> Regards
> Iroshan
>



--
Marko Kevac

Apache dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.