---------- Forwarded message ----------
From:
Hemant Chaudhary <hemantdude.chaudhary@xxxxxxxxx>Date: Wed, Mar 22, 2017 at 2:48 PM
Subject: No reference to apache functions
To:
users@xxxxxxxxxxxxxxxxHi
My OS compile all modules and creating .o and .la archives. When I am checking .o file of modules, it is having unresolved reference to APR and httpd functions(ap_*) that are defined in httpd.h. I am linking libapr-1.a to solve unresolved reference errors for APR functions but not getting any library which can solve my httpd functions error.
Whether httpd-2.4.* creates any libhttpd.a or any other library which I can lnk to solve unresolved error.
Thanks
Hemant