Andre Schild wrote:

>Did you compile mod_auth_ldap as one module, and util_ldap as the second
>one ?
>
Yes.

>If yes, how did you resolve the missing exports from util_ldap to be
>able to link mod_auth_ldap.
>
I created a .def file as per the attachment on my previous post and 
included it in the project.

>Actually it seems for me, that in util_ldap.h all functions should be
>declared as AP_DECLARE_NONSTD (or whatever the types/returnvalues
>require).
>This way they get exported and can be imported by the mod_auth_ldap
>module.
>
Could be, but my fix worked :-)

>Building mod_auth_ldap together with util_ldap doesn't work, since
>util_ldap_connection_find in util_ldap.c has it's own
>moduleconfiguration
>where it stores the pool of ldap connections.
>
Yep.  You do have to build them as 2 modules.

--
Jess Holle


Reply via email to