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, Dec 1, 2016 at 5:00 PM, Nick Kew <[email protected]> wrote: > 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 apxs to build your modules. From the above, > I'm guessing you tried something different. > > -- > Nick Kew > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
