On Fri, 2006-10-20 at 11:53 +0200, Jean-frederic Clere wrote: > Hi, > > I have added a modules to httpd-trunk but I have not able to get it > shared. (modules.mk shared = is empty!).
I have removed my copy of the repos, checkout again copy back my module files. And now it works. Cheers Jean-Frederic > Has anyone had that problem? > Are there restrictions in the name of modules? > > my config5.m4 contains: > +++ > APACHE_MODPATH_INIT(proxy_cluster) > > proxy_cluster_objs="mod_proxy_cluster.lo back_util.lo arriba.lo apue.lo > builtins.lo byhostname.lo platform.lo" > APACHE_MODULE(proxy_cluster, dynamic loadbalancer, > $proxy_cluster_objs, , no) > > APACHE_MODPATH_FINISH > +++ > > Cheers > > Jean-Frederic > >
