| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-10-2006, 07:26 AM
|
#1
|
|
Member
Registered: Sep 2004
Distribution: Mint 13 Maya
Posts: 268
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
|
|
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 13 Maya
Posts: 268
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
|
|
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 13 Maya
Posts: 268
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
|
|
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 13 Maya
Posts: 268
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
|
|
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: USA
Distribution: Debian 7 (Wheezy)
Posts: 74
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
|
|
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.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:41 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
|
|