LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Problems installing java 1.3.1_16 (https://www.linuxquestions.org/questions/fedora-35/problems-installing-java-1-3-1_16-a-367684/)

UmneyDurak 09-27-2005 11:29 PM

Problems installing java 1.3.1_16
 
Hi.
I'm trying to install that version of java. Yes I know it's outdated, but that is what required for the software I'm going to run.
Anyway I followed instructions on this website: http://stanton-finley.net/fedora_cor...otes.html#Java
Only instead of 1.5 I did it for 1.3. When I tried to run java I got an error message: "error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory"
I'm guessing I just don't have a version of that library. I check /usr/lib and I have version 6.0.4. I was wondering from where and how can I install version 2?

Thank You.

smfinley 09-28-2005 01:20 AM

sudo yum install compat-libstdc++-296

UmneyDurak 09-28-2005 02:00 AM

ok got it. I installed the compat-libstdc++-296.i386. It's the same one right?
Now I'm getting ../libphi.so: cannot restore segment prot after reloc: Permission denied.

smfinley 09-28-2005 07:43 AM

Disable SELinux temporarily by setting the line
Code:

SELINUX=disabled
in your /etc/sysconfig/selinux file to see if that fixes the problem.


All times are GMT -5. The time now is 05:19 AM.