Re: [users@httpd] unresolved reference to ap_getword_nulls

2016-12-04 Thread Hemant Chaudhary
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

Re: [users@httpd] unresolved reference to ap_getword_nulls

2016-12-02 Thread Rainer Canavan
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

Re: [users@httpd] unresolved reference to ap_getword_nulls

2016-12-01 Thread Hemant Chaudhary
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,

Re: [users@httpd] unresolved reference to ap_getword_nulls

2016-12-01 Thread Nick Kew
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

[users@httpd] unresolved reference to ap_getword_nulls

2016-12-01 Thread Hemant Chaudhary
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