After make install I am ale to have .a and .la of all modules only. Hence I
am converting .a to .o file using command ar -x filename.a . After get .o
file, using xld command i am converting .o to .so
How will apxs work? If only .a file created then what to do ?
When I am starting apache server I a
On Fri, Dec 2, 2016 at 6:08 AM, Hemant Chaudhary
wrote:
>> > "unresolved reference to ap_getword_nulls".
> After "make install", I started my apache server, but it was not running
> because it was unable to recognize .so file. Hence I planned to convert .a
> into .so file.
>
> I am porting apache
Hi
After "make install", I started my apache server, but it was not running
because it was unable to recognize .so file. Hence I planned to convert .a
into .so file.
I am porting apache on Tendem NonStop.
While converting I got this error. I think I am missing some library.
Thanks
Hemant
On Thu,
On Thu, 2016-12-01 at 15:33 +0530, Hemant Chaudhary wrote:
> Hi
>
>
> I am unable to create .so file.
What do you mean? What did you try to do, and what happened?
> "unresolved reference to ap_getword_nulls".
That would be an error loading a .so you had successfully created.
You should use a
Hi
I am unable to create .so file. Hence I am converting .a of modules to .so
. While converting from .o to .so I got this error "unresolved reference to
ap_getword_nulls".
While I linked apr and apr-util libraries.
Why I am getting these type of unresolved reference ? Whether am I missing
some l