I am new to Scalix, we have a new customer that would be interested by Scalix, but after hours I'm still unable to install it.
I tried to install it under Debian, is it a bad choice, do you recommend another distribution ?
This is what I tried :
Code: Select all
./deb_installer.sh
./deb_installer.sh --update
But it didn't work, and this either not :
Code: Select all
git clone git@github.com:scalix/Debian-installer.git
That's why I did this :
Code: Select all
git clone https://github.com/scalix/Debian-installer.git
I worked and them, I did this :
Code: Select all
dpkg -i server/scalix-server_12.5.2.14845_amd64.deb7.deb
But it says "wrong architecture", then I tried this :
Code: Select all
dpkg -i --force-architecture server/scalix-server_12.5.2.14845_amd64.deb7.deb
But lots of missing packages, I installed them, but it still requests "libsasl2-modules:i386" while under amd64 platform !
Then I did this :
Code: Select all
dpkg -i --force-architecture --ignore-depends=libsasl2-modules:i386 server/scalix-server_12.5.2.14845_amd64.deb7.deb
dpkg -i --force-all server/scalix-platform_12.5.2.14726_all.deb
But I am blocked at :
Code: Select all
dpkg -i --force-all server/scalix-libical_0.44.976-2_i386.deb7.deb
"scalix-libical depends on libc6 (>= 2.7)"
And at this point
Code: Select all
# /etc/init.d/scalix start
/etc/init.d/scalix: ligne56: /opt/scalix/bin/omcheckgc: No such file
Well, as you can see I really don't know what I am doing and why ?!
Isn't there an easy way to install Scalix ???
Thanks a lot for any hint, advice or help
Denis
P. S. Debian 7.10 (Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.78-1 x86_64 GNU/Linux)