Apache: mod_vhost_ldap !!??

I would like to install mod_vhost_ldap that able to create vhost directly in OpenLDAP
But i cannot found any package in 11.2 ??!!

How can i install this mod ?

Best regards

Done some searching. I can only find vhost mods for lighthttpd
Looks like it’s not there for openSUSE.

Incredible !? so i need to compile myself apache ?

You should be able to compile the module against the header files of Apache and not have to compile Apache itself. You will get a dynamically loaded object. Compiling the module probably needs the apache2-devel package installed.

have you got somewhere a wiki how to compile this module ?

The module should come with some instructions. Generally it involves running apxs2 to do the compile.