Re: [SOGo] Installing on Debian from source

2016-01-09 Thread Pidcam
Hi all Still trying hard to let it work. I copied the sogo.init to /etc/init.d/sogo because after make install there where no configuration file and also no /etc/init.d/sogo. Then I got the tip of the systemctl. I have to figure out what it means but then the command /etc/init.d/sogo. So

Re: [SOGo] Installing on Debian from source

2016-01-07 Thread Martin LEUSCH
Hi, It's look like your system use systemd. Try to reload daemon from systemctl: # systemctl|daemon-reload | Then try to start service from systemd: # systemctl start sogo Take a look on https://wiki.debian.org/systemd#Managing_services_with_systemd for common usage of systemd.

[SOGo] Installing on Debian from source

2016-01-06 Thread Pidcam
Dear all, I'm trying to install SOGo on Debian (armbian) on a armhf processor. But I cannot find a package. Therefore I try to install from source. So I successfully compiled SOGo by cd /tmp/SOPE ./configure --with-gnustep --enable-debug --disable-strip make make install cd /tmp/SOGo