[Moin-user] Segmentation Fault when trying to run moin.wsgi

2013-11-23 Thread Gustavo Violato
Hello, I'm trying to run a Moin farm on my recently installed system: $ uname -a Linux 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1 i686 GNU/Linux I've uninstalled the default apache instalation with: $ apt-get remove --purge apache2* ... and compiled/installed Apache 2.4 (installed in /usr/local):

Re: [Moin-user] Segmentation Fault when trying to run moin.wsgi

2013-11-23 Thread Thomas Waldmann
I've uninstalled the default apache instalation with: $ apt-get remove --purge apache2* why? ... and compiled/installed Apache 2.4 (installed in /usr/local): if you compile it on your own, you can easily make mistakes or overlook some stuff... 27851:tid 3018517360] 2013-11-22 08:26:56,804

Re: [Moin-user] Segmentation Fault when trying to run moin.wsgi

2013-11-23 Thread Gustavo Violato
2013/11/23 Thomas Waldmann t...@waldmann-edv.de I've uninstalled the default apache instalation with: $ apt-get remove --purge apache2* why? because I'm stupid. :-) ... and compiled/installed Apache 2.4 (installed in /usr/local): if you compile it on your own, you can easily make