Talk:Makefile for Scalix-Installation on Debian and Ubuntu

From Scalix Wiki
Jump to: navigation, search

Hi, a few suggestions for improvements that I had to make to the script to make it work (on a Breezy standard install, no updates)

In advance, I had to apt-get install gcc- in order to prevent complaints about the libstdc++5 library that couldn't be installed.

A new JDK is out - so I had to replace 06 with 07 in some of the lines with jdk in it: JAVAPKG_DIR := pkg/jdk-1_5_0_07-linux-i586.bin JAVAPKG_DOTDIR := jdk1.5.0_07

Yes, some things have to set manually. Without this it would be so boring ;) --rnick 03:11, 27 July 2006 (PDT)

Sometimes the installation would not run. Rerunning the makefile crashes it with a complaint of existing directories, so I changed these lines (removed one ampersand after mkdir ....):

       mkdir /opt/scalix_install/init.d & cd /opt/scalix_install/init.d/ && \
       wget http://linux.in-no-sense.de/download/scalix/scalix-tomcat
       mkdir /opt/scalix_install/tweaks & cd /opt/scalix_install/tweaks/ && \
       wget http://linux.in-no-sense.de/download/scalix/general.cfg


Otherwise, great script (tried the raw instructions before, but I was too dumb - this saved me a lot of typing and figuring out!)

Thanks. I will update this. --rnick 03:11, 27 July 2006 (PDT) 




@djdicbob

You changed the Packagename of apache2-mod-jk2, which is the correct Name in the Repositories of Debian Sarge and Ubuntu Dapper. What's your Distribution? --rnick 03:11, 27 July 2006 (PDT)

Distro Type

Ubuntu Server LTS 6.06 Dapper Drake Linux 2.6.15-26-686 SMP

--djdicbob