<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Sébastian,<div class=""><br class=""></div><div class="">I have only little experience with building Apache, but maybe the repo I made for building Act-out-of-the-Box might be very useful for you...</div><div class=""><br class=""></div><div class="">it builds a complete Vagrant image - that others could use to simply play with Act.</div><div class=""><br class=""></div><div class="">it probably could be easily tweaked into something that could be more general to a few Docker images, so it might be more easy to deploy in distributed environments.</div><div class=""><br class=""></div><div class=""><a href="https://github.com/THEMA-MEDIA/Act-out-of-the-box" class="">https://github.com/THEMA-MEDIA/Act-out-of-the-box</a></div><div class=""><br class=""></div><div class="">install.sh calls each of the other installers inside /bin The one you seem to be most interested in is apache-with-mod-perl.sh</div><div class=""><br class=""></div><div class="">Good luck</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Theo</div><div class=""><br class=""></div><div class=""><br class=""><div class=""><div><blockquote type="cite" class=""><div class="">On 16 Feb 2016, at 01:07, Sébastien Aperghis-Tramoni &lt;<a href="mailto:sebastien@aperghis.net" class="">sebastien@aperghis.net</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hello all,<br class=""><br class=""><br class="">spectre, the server hosting the services of the French Perl Mongers,<br class="">and the Act services, will very soon be shut down. The reason is that<br class="">Logilune, which was until now hosting spectre in their servers room,<br class="">is closing that room and moving to a non-colo solution. A big thanks<br class="">to Logilune for freely hosting spectre for the past years.<br class=""><br class="">We (the French Perl Mongers) are installing a new server to replace<br class="">spectre and host all the services, including Act. However, I have<br class="">troubles compiling Apache 1.3.42 on the new server:<br class=""><br class="">cc -c &nbsp;-I./os/unix -I./include &nbsp;&nbsp;-DUSE_HSREGEX -DNO_DL_NEEDED `./apaci` modules.c<br class="">cc -c &nbsp;-I./os/unix -I./include &nbsp;&nbsp;-DUSE_HSREGEX -DNO_DL_NEEDED `./apaci` buildmark.c<br class="">cc &nbsp;-DUSE_HSREGEX -DNO_DL_NEEDED `./apaci` &nbsp;&nbsp;&nbsp;&nbsp;-o httpd buildmark.o modules.o &nbsp;modules/proxy/libproxy.a &nbsp;modules/extra/libextra.a &nbsp;modules/standard/libstandard.a &nbsp;main/libmain.a &nbsp;./os/unix/libos.a &nbsp;ap/libap.a regex/libregex.a &nbsp;&nbsp;-lcrypt<br class="">modules.o: In function `ap_os_is_path_absolute':<br class="">modules.c:(.text+0x0): multiple definition of `ap_os_is_path_absolute'<br class="">buildmark.o:buildmark.c:(.text+0x0): first defined here<br class="">modules/proxy/libproxy.a(mod_proxy.o): In function `ap_os_is_path_absolute':<br class="">mod_proxy.c:(.text+0x0): multiple definition of `ap_os_is_path_absolute'<br class="">buildmark.o:buildmark.c:(.text+0x0): first defined here<br class="">[… and many more similar lines …]<br class=""><br class="">Has anyone seen such a problem? Any help would be greatly appreciated.<br class="">I can give access to the server if it can help.<br class=""><br class="">Context:<br class="">- OS: FreeBSD 10.2-RELEASE-p9 amd64<br class="">- CC: FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512<br class=""><br class="">-- <br class="">Sébastien Aperghis-Tramoni<br class=""><br class="">Close the world, txEn eht nepO.<br class="">_______________________________________________<br class="">Act mailing list<br class=""><a href="mailto:Act@mongueurs.net" class="">Act@mongueurs.net</a><br class="">http://listes.mongueurs.net/mailman/listinfo/act<br class=""></div></div></blockquote></div><br class=""></div></div></body></html>