Got it working by doing the following modifications after failed installation :
chown -R sympa:sympa /var/spool/sympa chown -R sympa:sympa /usr/lib/sympa chown -R sympa:sympa /var/lib/sympa Edit /etc/sympa/wwsympa.conf : #ldap_force_canonical_email 1 use_fast_cgi 1 # to clean up the installation errors - just ignore mysql errors apt-get autoremove Edit /etc/apache2/conf.d/sympa: Alias /static-sympa /var/lib/sympa/static_content ScriptAlias /wws /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi <IfModule mod_fcgid.c> IPCCommTimeout 120 MaxProcessCount 2 </IfModule> service apache2 restart service sympa restart -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1195044 Title: Can't install sympa To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sympa/+bug/1195044/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
