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 library ? Thanks Hemant