Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-10-2006, 07:26 AM
|
#1
|
Member
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298
Rep:
|
Cannot find compat-libstdc++
I'm trying to install java 5 (j2eesdk-1_4_03).
I get this:
./j2eesdk-1_4_03-linux.bin: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
I've gathered I need "compat-libstdc++" package
(Last lines of http://livedocs.macromedia.com/coldf...e=00000005.htm
However, urpmi gives:
urpmq compat-libstdc++
no package named compat-libstdc++
Help ?
|
|
|
04-10-2006, 08:22 AM
|
#2
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
An rpm named compat-libstdc++ is meant only for Redhat/Fedora based systems. On Mandriva, the right package to install libstdc++-5.
|
|
|
04-10-2006, 04:31 PM
|
#3
|
Member
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298
Original Poster
Rep:
|
Quote:
Originally Posted by reddazz
An rpm named compat-libstdc++ is meant only for Redhat/Fedora based systems. On Mandriva, the right package to install libstdc++-5.
|
I assume u meant libstdc++5; urpmq said no package for libstdc++-5
:
urpmi libstdc++5
To satisfy dependencies, the following 2 packages are going to be installed (6 MB):
libstdc++5-3.3.6-2mdk.i586
libstdc++5-devel-3.3.6-2mdk.i586
...
./j2eesdk-1_4_03-linux.bin
./j2eesdk-1_4_03-linux.bin: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
It still wont work
|
|
|
04-10-2006, 06:12 PM
|
#4
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
That was a typo, I meant libstdc++5. Anyway looking at your error message again, you were given the wrong advice, the right package to install is libstdc++2.10.
|
|
|
04-10-2006, 07:13 PM
|
#5
|
Member
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298
Original Poster
Rep:
|
Installed libstdc++2.10. But now the java bin install file hangs:
./j2eesdk-1_4_03-linux.bin
Checking available disk space...
Checking Java(TM) 2 Runtime Environment...
Extracting Java(TM) 2 Runtime Environment files...
*** glibc detected *** corrupted double-linked list: 0x080643e0 ***
Deleting temporary files...
At this point the program hangs (CTRL C wont kill it, I have to do kill -9)
ps x
32250 pts/4 S+ 0:03 ./j2eesdk-1_4_03-linux.bin
32327 pts/5 Ss 0:00 /bin/bash
32371 pts/5 R+ 0:00 ps x
|
|
|
04-10-2006, 09:33 PM
|
#6
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
I am not sure how to resolve that one. Is there any specific reason why you are installing j2eesdk 1.4 instead of 1.5.
|
|
|
04-10-2006, 09:48 PM
|
#7
|
Member
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298
Original Poster
Rep:
|
Quote:
Originally Posted by reddazz
I am not sure how to resolve that one. Is there any specific reason why you are installing j2eesdk 1.4 instead of 1.5.
|
It was the only one I got (latest) from the sun java site (it said includes java 5).
Do they have a j2eesdk 1.5 ? How do I get to it ?
This is what it said:
J2EE 1.4 includes JDK 5.0
|
|
|
04-10-2006, 10:04 PM
|
#8
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally Posted by wearetheborg
It was the only one I got (latest) from the sun java site (it said includes java 5).
Do they have a j2eesdk 1.5 ? How do I get to it ?
This is what it said:
J2EE 1.4 includes JDK 5.0
|
Sorry, J2EE 1.5 is still beta.
|
|
|
05-23-2006, 04:37 AM
|
#9
|
LQ Newbie
Registered: May 2006
Posts: 1
Rep:
|
Quote:
Originally Posted by wearetheborg
Installed libstdc++2.10. But now the java bin install file hangs:
./j2eesdk-1_4_03-linux.bin
Checking available disk space...
Checking Java(TM) 2 Runtime Environment...
Extracting Java(TM) 2 Runtime Environment files...
*** glibc detected *** corrupted double-linked list: 0x080643e0 ***
Deleting temporary files...
At this point the program hangs (CTRL C wont kill it, I have to do kill -9)
ps x
32250 pts/4 S+ 0:03 ./j2eesdk-1_4_03-linux.bin
32327 pts/5 Ss 0:00 /bin/bash
32371 pts/5 R+ 0:00 ps x
|
Also install libg++2* and it will work.
|
|
|
06-13-2006, 05:16 PM
|
#10
|
Member
Registered: Jun 2003
Location: Massachusetts, U.S.A.
Distribution: Debian (unstable)
Posts: 106
Rep:
|
(tried to delete - found answer to my question)
Last edited by edwardp; 06-13-2006 at 05:21 PM.
|
|
|
06-13-2006, 05:27 PM
|
#11
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally Posted by edwardp
(tried to delete - found answer to my question)
|
Please don't delete your questions. Post the solution so that someone else benefits from it.
Last edited by reddazz; 06-13-2006 at 06:05 PM.
|
|
|
All times are GMT -5. The time now is 03:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|