On 8/19/2016 3:03 PM, Eric Covener wrote:
On Fri, Aug 19, 2016 at 7:14 AM, Michael Felt <[email protected]> wrote:
root@x064:[/data/prj/apache/httpd-2.4.23]nm /opt/modules/mod_authn_file.so |
grep apr_password_validate
Are you sure that the libapr you're scrutinizing is being loaded at runtime?
I have not had time to link again, but I suspect that it is an issue of
shared_library being in the archive together with static objects. If
that does solve it - then I may want to think about static linking of
apr and apr-util rather than rtld.
Thanks for 'confirming' my suspicion.