Page 1 of 1

trouble with installation opensuse 10.1, too

Posted: Tue May 30, 2006 6:23 pm
by chris78
Hello
I have installed scalix without any errors. but I couldn't connect to Admin Side.
If I make a Apache2 restart than i get some errors:

Code: Select all

 rcapache2 restart
httpd2-prefork: Syntax error on line 113 of /etc/apache2/httpd.conf: Syntax error on line 33 of /etc/apache2/sysconfig.d/loadmodule.conf: API module structure `jk_module' in file /usr/lib/apache2-prefork/mod_jk.so is garbled - perhaps thisis not an Apache module DSO?


If I use the mod_jk.so file from Suse DVD then I get this here:

Code: Select all

rcapache2 restart
Syntax error on line 28 of /etc/apache2/conf.d/scalix-jk-common.conf:
Invalid command 'JkWorkerProperty', perhaps misspelled or defined by a module not included in the server configuration


Posted: Tue May 30, 2006 6:55 pm
by ScalixSupport
Please see the response to http://www.scalix.com/community/viewtopic.php?t=2546

Cheers

Dave

Posted: Thu Jun 01, 2006 9:41 am
by les.piggot
mod_jk that comes with Scalix 10 is not binary compatible with Apache 2.2 (as mentioned on the Apache website) supplied with Suse 10.1. As Dave and Florian have said previously, Scalix is not yet supported on opensuse 10.1, however here is how I got it to install and run:

uniinstall apache2 v2.2 and associated packages and install the following rpms (I seached on rpmfind.net)

The versions I installed were:

apache2-2.0.54-10.i586.rpm
apache-worker-2-2.0.54-10.i586.rpm
apache-prefork-2-2.0.54-10.i586.rpm
compat-expat1-1.95.8-8.i586.rpm (from Suse 10.1)
libapr0-2.0.54-10.i586.rpm

In addition I have installed mod_php and php5 all from Suse 10.1 distribution

as I had installed apache2 from the suse 10.1 distribution I had to edit the /etc/sysconfig/apache2 config file to allow the correct modules to load. In my case I am loading

APACHE_MODULES="access actions alias auth autoindex cgi dir include log_config mime negotiation setenvif status userdir asis imap jk"

Please not that this is in my test system not production and your mileage may vary. Also as stated in other posts and on the RAW wiki the version of tomcat supplied with scalix is customised, so use it rather than the bespoke one off the distribution

Les