Hi Milan, this is some valuable information, indeed. We tested the installer on Ubuntu (x86) as LAMPP is 32-bit only. There seem to be two things that need fixing in your case.
- libsvn_repos-1.so.1 would not load because it's x86_64, apparently. That means that we should probably ship a 32-bit version of SVN with the installer. - LAMPP does not run as nobody. This might be an OpenSUSE-specific thing. Have you tried running a fresh LAMPP installation on your system without the Lively part? If it does work, please tell us what user Apache is running as. Unfortunately I don't have a 64-bit OpenSUSE system at hand right now. If you're trying a manual install, it might be helpful to have a look at the OSX installer: http://lively-kernel.org/other/livelyFiles/lively_installer_osx.sh Good luck! Regards, Fabian On 8/21/11 4:37 AM, milan zimmermann wrote: > if it's of any value - I thought I'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. > > This is what I did: > > 1) su - root # [just for first try] > 2) downloaded > http://lively-kernel.org/other/livelyFiles/lively_installer.sh , copied > to $HOME/software/lively > 3) cd $HOME/software/lively > 4) chmod u+x lively_installer.sh > 5) lively_installer.sh > 6) # The above ran and created /opt/lampp > 7) cd /opt/lampp > 8) # could not run as nobody > XAMPP_USER="nobody:root" > sudo -u `echo $XAMPP_USER | sed 's/:.*//'` -g `echo $XAMPP_USER | sed > 's/.*://'` ./lampp startapache > # some error > > 9) # so tried > su - root > # pass > > 10) ./lampp startapache # same error for just ./lampp start > # message > # XAMPP: Starting Apache with SSL (and PHP5)... > # XAMPP: Error 1! Couldn't start Apache! > # XAMPP: Starting diagnose... > # XAMPP: Sorry, I've no idea what's going wrong. > # XAMPP: Please contact our forum http://www.apachefriends.org/f/ > > # apache error log: > # 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 > # libsvn_repos-1.so.1 does not exist in lampp/lib - perhaps the lively > lampp need be statically linked or maybe need to pass > > 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. > > I will also try to just regular install to apache2 using the > install.txt. I think I would not "get" the first section of install.txt > without looking at the automated install. > > regards, > milan > On Tue, Aug 16, 2011 at 4:35 AM, Jens Lincke > <[email protected] <mailto:[email protected]>> > wrote: > > Dear List, > > 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: > > http://lively-kernel.org/other/releases/Lively2-rc3.zip > > Could someone test the install procedure and point out the parts we > should explain more. > > Best, > Jens > _______________________________________________ > lively-kernel mailing list > [email protected] > <mailto:[email protected]> > http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel > > _______________________________________________ lively-kernel mailing list [email protected] http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel
