Problems with ConsoleOne and SuSE 8.2
Articles and Tips: qna
01 Oct 2003
Q.
Dear Ab-end: I'm trying to get ConsoleOne working on SuSE 8.2. I've searched the newsgroup posts and added the following line to my script to overcome the libpthread.so.0:
-Djava.library.path=/usr/lib
However, that hasn't worked for me. I think the main issue is Java and SuSE. I can't figure out how to get SuSE to recognize a JRE or JDK installation. Can anyone help solve this annoying mystery of ConsoleOne and SuSE 8.2?
- Mystified by Java
A.
Dear Mystified: This answer comes from the Linux-Services newsgroup:
Download and install j2re-1_4_1_04-fcs-linux-i586.rpm and create a /etc/profile.local with the following lines for java:
export JAVA_HOME=/usr/java/j2re1.4.1_04
export LD_LIBRARY_PATH=/usr/java/j2re1.4.1_04 /lib:/usr/lib:/lib:/usr/local/lib
export JRE_HOME=/usr/java/j2re1.4.1_04
SuSE sets the LANG variable equal to en_US. So add the following line to the /etc/profile.local file:
export LANG=en
Then logout and log back in. In order to install ConsoleOne, first install the NDSslp-8.7.0-1.i386.rpm with the -f (force/replace files) switch. During the c1-install script choose, not to install the JVM.
* Originally published in Novell AppNotes
Disclaimer
The origin of this information may be internal or external to Novell. While Novell makes all reasonable efforts to verify this information, Novell does not make explicit or implied claims to its validity.