Page 1 of 1

Scalix 11.2.0 on SUSE Linux Enterprise Server 10 (i586)

Posted: Tue Oct 23, 2007 9:41 am
by majdi
This is what I did;

1.Downloaded libical-0.24.RC4-44.i586.rpm from the following link http://rpm.pbone.net/index.php3/stat/4/idpl/3705786/com/libical-0.24.RC4-44.i586.rpm.html

2.Closed the Software Management window as this conflicts with running yast from the command line.

3.In the command line I went to the folder were I downloaded the file
Ran the command: yast –i libical-0.24.RC4-44.i586.rpm

4.After yast completed the installation, I checked if it was installed using the following command: rpm –q libical, this printed out the package name as an indication it was successfully installed.

5.I tried running the scalix install command but I still get the same error. I tried restarting the system and same result.

This is what I get after the system check in the scalix install;

Environment check passed.
Filesystem check passed.
Network check failed - IP address '127.0.0.2' associated with host name 'mail.scalixserver'
Dependency check warning - The following packages will be installed next to resolve conflicts:
libical
Running services check passed.


How do I fix both the network error and the package libical?


System info;

Running SUSE Linux Enterprise Server 10 (i586)
Installing scalix-11.2.0-GA-core-sles10-intel.tgz

Posted: Tue Oct 23, 2007 10:04 am
by swagner
Hi,

I think libical will be installed from scalix automaticly.
Can you post the log to see wich conflicts do you have... ..

Regards,
Sven

Posted: Tue Oct 23, 2007 10:54 am
by kanderson
You can ignore the libical. The installer will install it for you. It says "The following packages will be installed next..."

For the 127.0.0.1, I'd bet it's a problem with your hosts file. You should have 2 entries in there (maybe more, but these ones are initially relevant.

127.0.0.1 localhost.localdomain localhost
10.10.10.10 server.domain.com server

This assumes your server is names server.domain.com (change as needed).
It also assumes your IP is 10.10.10.10 Again, modify as needed.

That should fix you all up.

Kev.

Issue resolved

Posted: Tue Oct 23, 2007 12:29 pm
by majdi
Thanks a lot, I got a successful install after;

Fixing DNS Settings in Suse
Scalix installed the libical package

Thanks again.