For scalix on Centos the Scalix forum provides instructions for convincing Scalix that Centos is Redhat:
http://www.scalix.com/community/viewtopic.php?t=516&highlight=centos
I am up to the point of getting Java JDK1.4.2 installed.
I did a: yum list|grep "java" and got:
gcc-java.i386 3.4.4-2 installed java-1.4.2-gcj-compat.noarch 1.4.2.0-27jpp installed db4-java.i386 4.2.52-7.1 base
gcc4-java.i386 4.0.1-4.EL4.2 base
java-1.4.2-gcj-compat-devel.noarch 1.4.2.0-27jpp base
Do I got what I need?
I tried: yum install jdstk-1.4.2 and got nothing to install...
I don't see tomcat in my list of installed rpms. Do I follow the instructions listed, or is there a yummy way to get it? ;-)
Thanks!
On Fri, 2006-01-06 at 10:35 -0500, Robert Moskowitz wrote:
For scalix on Centos the Scalix forum provides instructions for convincing Scalix that Centos is Redhat:
http://www.scalix.com/community/viewtopic.php?t=516&highlight=centos
For scalix can you install Java manually? I always install Java/Tomcat, etc. manually from binaries provided by the respective organizations.
Preston
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Fri, Jan 06, 2006 at 10:35:31AM -0500, Robert Moskowitz wrote:
For scalix on Centos the Scalix forum provides instructions for convincing Scalix that Centos is Redhat:
http://www.scalix.com/community/viewtopic.php?t=516&highlight=centos
I am up to the point of getting Java JDK1.4.2 installed.
I did a: yum list|grep "java" and got: gcc-java.i386 3.4.4-2 installed java-1.4.2-gcj-compat.noarch 1.4.2.0-27jpp installed db4-java.i386 4.2.52-7.1 base gcc4-java.i386 4.0.1-4.EL4.2 base java-1.4.2-gcj-compat-devel.noarch 1.4.2.0-27jpp base
Do I got what I need?
I tried: yum install jdstk-1.4.2 and got nothing to install...
I don't see tomcat in my list of installed rpms. Do I follow the instructions listed, or is there a yummy way to get it? ;-)
Unfortunately, that won't do. That java implementation you see is the GNU one. For Scalix, you will need Sun's JDK. You can get it at www.java.com, if I recall.
Best regards,
- -- Rodrigo Barbosa rodrigob@suespammers.org "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns)
At 10:45 AM 1/6/2006, Rodrigo Barbosa wrote:
Unfortunately, that won't do. That java implementation you see is the GNU one. For Scalix, you will need Sun's JDK. You can get it at www.java.com, if I recall.
thanks. Does that mean I unistall the GNU one? Or installing the SUN one will 'override' the GNU one.
And thanks to all that are helping me!
Best regards,
Rodrigo Barbosa rodrigob@suespammers.org "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDvpCOpdyWzQ5b5ckRAlewAJ4tq2Z9XC5FqNR3VVittMrXRmIwfgCZAXD0 Gq4aS6DQxt9ZZcyD5u9i76Y= =z/FZ -----END PGP SIGNATURE----- _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Fri, Jan 06, 2006 at 10:51:42AM -0500, Robert Moskowitz wrote:
At 10:45 AM 1/6/2006, Rodrigo Barbosa wrote:
Unfortunately, that won't do. That java implementation you see is the GNU one. For Scalix, you will need Sun's JDK. You can get it at www.java.com, if I recall.
thanks. Does that mean I unistall the GNU one? Or installing the SUN one will 'override' the GNU one.
And thanks to all that are helping me!
Depends on the application but, usually, you can have both installed.
BR,
- -- Rodrigo Barbosa rodrigob@suespammers.org "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns)
On 1/6/06, Robert Moskowitz rgm@htt-consult.com wrote:
At 10:45 AM 1/6/2006, Rodrigo Barbosa wrote:
Unfortunately, that won't do. That java implementation you see is the GNU one. For Scalix, you will need Sun's JDK. You can get it at www.java.com, if I recall.
thanks. Does that mean I unistall the GNU one? Or installing the SUN one will 'override' the GNU one.
No you don't need to uninstall the gnu one. Java on rhel uses (or should, in a perfect world) the alternatives framework, which allows for multiple programs to provide an application or utility. That said, the java packages from sun are a bit braindead. You can get the java sdk rpm or bin from sun and install it but it won't do much for you, and it doesn't put java in a place where the system can "Just use it". The best way is to get the sun java sdk package, and then get the sun java compat rpm from jpackage.org -> http://jpackage.org/rpm.php?id=3320
This rpm tells your system all about the sun install and sets things up for you in alternatives so that you can begin using your shiny new non-GNU java.
-- Jim Perrin System Architect - UIT Ft Gordon & US Army Signal Center