On 8/19/2016 3:03 PM, Eric Covener wrote:
On Fri, Aug 19, 2016 at 7:14 AM, Michael Felt <mamf...@gmail.com> 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?
Needed to reply list...
I fear it is related to my different 'packaging', manually putting the
shared library into the .a archive (which is static only by default).
Going to try both ways (static and rtld linking to the library).
Thanks for the feedback!