On 8/21/2016 12:12 AM, Michael Felt wrote:
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).

That seems to have fixed it. As I suspected - user (me) error.

a) working with shared_library stored in the archives (${prefix}/lib/libapr.a and ${prefix}/lib/libaprutil.a

Will test again another day with static apr libraries (only). Advantage of static could it removes two install dependancies, and maybe slightly faster.

Reply via email to