Re: [users@httpd] httpd object file

2017-03-29 Thread Hemant Chaudhary
Hi,

My ubantu is creating only .a and .la of apache modules. I am converting .a
of modules to .so , so that I can load modules. But while converting I am
getting unresolved reference to apache functions. This is the reason I need
libhttpd, so that I can link libhttpd while converting and solve the error.
Is there any way to solve unresolved error of ap* apache functions. Is it
possible to use .a for LoadModules or we need only .so


Thanks
Hemant

On Tue, Mar 28, 2017 at 10:55 PM, Eric Covener  wrote:

> On Tue, Mar 28, 2017 at 2:27 AM, Hemant Chaudhary
>  wrote:
> > I ported httpd-2.4.23 on ubantu. I want libhttpd.a or libhttpd.so. But I
> am
> > getting only executable httpd.
> > Can you please help me to locate libhttpd or how to create libhttpd.a or
> > libhttpd.so. Even I am not able to figure out httpd.o file.
>
> I didn't think the unix builds still know how to create a libhttpd.
> It's certainly not necessary anywhere.
>
> --
> Eric Covener
> cove...@gmail.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


Re: [users@httpd] httpd object file

2017-03-28 Thread Eric Covener
On Tue, Mar 28, 2017 at 2:27 AM, Hemant Chaudhary
 wrote:
> I ported httpd-2.4.23 on ubantu. I want libhttpd.a or libhttpd.so. But I am
> getting only executable httpd.
> Can you please help me to locate libhttpd or how to create libhttpd.a or
> libhttpd.so. Even I am not able to figure out httpd.o file.

I didn't think the unix builds still know how to create a libhttpd.
It's certainly not necessary anywhere.

-- 
Eric Covener
cove...@gmail.com

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] httpd object file

2017-03-27 Thread Hemant Chaudhary
Hi,

I ported httpd-2.4.23 on ubantu. I want libhttpd.a or libhttpd.so. But I am
getting only executable httpd.
Can you please help me to locate libhttpd or how to create libhttpd.a or
libhttpd.so. Even I am not able to figure out httpd.o file.


Thanks
Hemant