Hi Forum,
I am attempting to upgrade a working SX10 on a Fedora Core 4 system to Scalix 11 on FC5.
I begun by upgrading from FC4 to FC5 using the FC5 install DVD. -That all appeared to run ok.
Now, when the Scallix 11 installer gets to the point where it checks dependencies, network etc, the network check fails with a rather bizzare error message in the log:
"Network check failed - Hosts file not configured with fully qualified domain name (FQDN)
Network check failed - Invalid FQDN '/opt/scalix/bin'
omcheckgc: error while loading shared libraries: libssl.so.5:
cannot open shared object file: No such file or directory'
Network check failed - Could not find a host name in DNS that matches an IP address
Network check failed - Could not resolve host name '/opt/scalix/bin/omcheckgc: error while loading shared libraries: libssl.so.5: cannot open shared object file: No such file or directory' in DNS
Here's a bit of system information:
[root@server /]# hostname
server.aaruphansen.net
[root@server /]# cat /etc/resolv.conf
search aaruphansen.net
nameserver 127.0.0.1
nameserver 68.4.16.30
nameserver 68.6.16.30
[root@server /]#
[root@server /]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
#192.168.2.200 aaruphansen.net
192.168.2.200 server.aaruphansen.net
root@server /]# nslookup
> server.aaruphansen.net
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: server.aaruphansen.net
Address: 192.168.2.200
> 192.168.2.200
Server: 127.0.0.1
Address: 127.0.0.1#53
200.2.168.192.in-addr.arpa name = server.aaruphansen.net.
>
I am _really_ mystified by the error message that seems to blend a form of "file not found" type error with a name resolution error...??
If anyone can help me shed some light on this I'd be MOST grateful.
Thanks!
Mikkel