Scalix version: 11.1 Sources
I'm trying to install from the sources since there's no .deb package available for a i64 architecture.
i've followed procedures from the Manual Installation wiki, up to the point where it mentions to install the .deb packages. Then, I have refered to BUILD.txt since the other steps did not make sense for me in the manual.
ant runs just fine... (at first I had 'can't locate tools.jar' issues but made it available by installing Java JDK 5 package.)

Code: Select all
./scalix-installer
Scalix Installer - extracting archive, please wait...
./scalix-installer: line 154: cd: /tmp/scalix-wizard.cfAAYF/py: No such file or directory
/usr/bin/python: can't open file '/tmp/scalix-wizard.cfAAYF/py/sxversion.py': [Errno 2] No such file or directory
Scalix Installer - starting version ...
Scalix Installer - using Python 2.4.3 (/usr/bin/python).
/usr/bin/python: can't open file '/tmp/scalix-wizard.cfAAYF/py/sxmerlin.py': [Errno 2] No such file or directory
Scalix Installer - cleaning up...
Scalix Installer - done.
I either don't know how to use this installer (need parameters or be in a X Windows environment


Any help greatly appreciated.