Hi All,
I am able to use the Desktop succesfully on my windows box but on the linux one ... it doesnt startup at all.
Code:
[root@zdev init.d]# uname -a
Linux zdev 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:32:14 EDT 2005 i686 i686 i386 GNU/Linux
[root@zdev init.d]# java -version
java version "1.4.2"
gcj (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This is the error I get in the desktop.err file ....
Code:
810 [main] INFO org.mortbay.log - Started SslSocketConnector @ localhost:7634
810 [main] INFO org.mortbay.log - jetty-6.1.2rc1
1043 [main] INFO org.mortbay.log - No Transaction manager found - if your webapp requires one, please configure one.
log4j:WARN No appenders could be found for logger (zimbra.misc).
log4j:WARN Please initialize the log4j system properly.
Fatal error: terminating: Failed to loadLibrary(zimbra-native)
java.lang.UnsatisfiedLinkError: /opt/zdesktop/lib/libzimbra-native.so: Can't load IA 32-bit .so on a IA 32-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source) How do I proceed ?
Thanks,
Gautam