I have successfully installed Spread 4.0 on a few boxes and got each to join a group, sending and receiving messages to one anther. Now I am stuck on getting mod_log_spread setup to work with Apache. I am using Apache 2.2.4
 with spread 4.0.0 and downloaded both mod_log_spread-1.0.4 and the alpha version of a ported version for Apache 2. Unfortunately, I can get neither to install. <br><br>With the ported version of mod_log_spread, I can compile fine using:
<br>apxs -c -I/usr/local/lib -L/usr/local/lib -lspread /usr/local/src/mod_log_spread/mod_log_spread.c<br><br>however, when I try to install:<br>apxs -i -a -n log_spread mod_log_spread.so<br><br>I can&#39;t because the compiling never created a file with a .so extension. Instead I have files ending with .la .lo .o .slo
<br><br>When I run the same compile command for the version from <a href="http://backhand.org">backhand.org</a>, I get a multitude of errors that end like this:<br>apxs -c -I/usr/local/lib -L/usr/local/lib -lspread /usr/local/src/mod_log_spread-
1.04/mod_log_spread.c<br><br>.......<br>/usr/local/src/mod_log_spread-1.0.4/mod_log_spread.c:1546: warning: excess elements in scalar initializer<br>/usr/local/src/mod_log_spread-1.0.4/mod_log_spread.c:1546: warning: (near initialization for `log_spread_module&#39;)
<br>/usr/local/src/mod_log_spread-1.0.4/mod_log_spread.c:1550: warning: excess elements in scalar initializer<br>/usr/local/src/mod_log_spread-1.0.4/mod_log_spread.c:1550: warning: (near initialization for `log_spread_module&#39;)
<br>/usr/local/src/mod_log_spread-1.0.4/mod_log_spread.c:1553: warning: excess elements in scalar initializer<br>/usr/local/src/mod_log_spread-1.0.4/mod_log_spread.c:1553: warning: (near initialization for `log_spread_module&#39;)
<br>/usr/local/src/mod_log_spread-1.0.4/mod_log_spread.c:1553: warning: data definition has no type or storage class<br>apxs:Error: Command failed with rc=65536<br><br>Any ideas on how what&#39;s going on? Thanks.<br><br>
<br>Michael<br><br>