if it&#39;s of any value - I thought I&#39;d try the automated install - not sure if it is supposed to work. The result is that it installed but apache failed to start. This is on OpenSUSE 11.4.<br><br>This is what I did:<br>
<br>1) su - root # [just for first try]<br>
2) downloaded <a href="http://lively-kernel.org/other/livelyFiles/lively_installer.sh">http://lively-kernel.org/other/livelyFiles/lively_installer.sh</a> , copied to $HOME/software/lively<br>3) cd $HOME/software/lively<br>

4) chmod u+x lively_installer.sh<br>5) lively_installer.sh<br>6) # The above ran and created /opt/lampp<br>7) cd /opt/lampp<br>8) # could not run as nobody<br>XAMPP_USER=&quot;nobody:root&quot;<br>sudo -u `echo $XAMPP_USER | sed &#39;s/:.*//&#39;` -g `echo $XAMPP_USER | sed &#39;s/.*://&#39;` ./lampp startapache<br>
# some error<br><br>9) # so tried<br>su - root<br># pass<br><br>10) ./lampp startapache # same error for just ./lampp start<br># message<br># XAMPP: Starting Apache with SSL (and PHP5)...<br># XAMPP: Error 1! Couldn&#39;t start Apache!<br>
# XAMPP: Starting diagnose...<br># XAMPP: Sorry, I&#39;ve no idea what&#39;s going wrong.<br># XAMPP: Please contact our forum <a href="http://www.apachefriends.org/f/">http://www.apachefriends.org/f/</a><br><br># apache error log:<br>
# httpd: Syntax error on line 511 of /opt/lampp/etc/httpd.conf: Syntax error on line 6 of /opt/lampp/etc/extra/lk.conf: Cannot load /opt/lampp/modules/mod_dav_svn.so into server: libsvn_repos-1.so.1: cannot open shared object file: No such file or directory<br>
#  libsvn_repos-1.so.1 does not exist in lampp/lib - perhaps the lively lampp need be statically linked or maybe need to pass<br><br>BTW, I do have subversion installed, and libsvn_repos-1.so.1 is in /usr/lib64. Exporting LD_LIBRARY_PATH=/usr/lib64 (well not the right thing anyway because it is in /etc/ld.so.conf) did not make any difference.<br>
<br>I will also try to just regular install to apache2 using the install.txt. I think I would not &quot;get&quot; the first section of install.txt without looking at the automated install.<br><br>regards,<br>milan<br><div class="gmail_quote">
On Tue, Aug 16, 2011 at 4:35 AM, Jens Lincke <span dir="ltr">&lt;<a href="mailto:jens.lincke@hpi.uni-potsdam.de">jens.lincke@hpi.uni-potsdam.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear List,<br>
<br>
we have now created a zip file with a stripped version of our WebWerkstatt that contains all the source and instructions needed to create own Lively wikis:<br>
<br>
<a href="http://lively-kernel.org/other/releases/Lively2-rc3.zip" target="_blank">http://lively-kernel.org/other/releases/Lively2-rc3.zip</a><br>
<br>
Could someone test the install procedure and point out the parts we should explain more.<br>
<br>
Best,<br>
Jens<br>
_______________________________________________<br>
lively-kernel mailing list<br>
<a href="mailto:lively-kernel@hpi.uni-potsdam.de">lively-kernel@hpi.uni-potsdam.de</a><br>
<a href="http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel" target="_blank">http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel</a><br>
</blockquote></div><br>