You are not logged in.

#1 2006-09-26 01:12:04

rdoggsv
Member
From: /home
Registered: 2005-06-24
Posts: 79
Website

Sun Java Studio Creator - libstdc++ - Problem - Solution

Hello everyone i will put this in here just in case someone eventually needs it ..

Problem:

On some Linux versions, the Java Studio Creator installation completes too soon, without correctly installing Java Application Server.

Sun Recommended Solution:

Check if the following RPM packages exist on your system:

    * either libstdc++ or compat-libstdc++
    * either libstdc++-devel or compat-libstdc++-devel

If these are missing, first install them. Then restart the Java Studio Creator installer.

Archlinux trick

Install libstdc++5 and then

ln -s /usr/lib/libstdc++.so.5.0.7 /usr/lib/libstdc++-libc6.2-2.so.3

At least this worked for me tongue

Offline

#2 2006-09-26 21:25:40

LB06
Member
From: The Netherlands
Registered: 2003-10-29
Posts: 435

Re: Sun Java Studio Creator - libstdc++ - Problem - Solution

Hehe, I had the same problem with the Sun Java Application Server v8. It requires an even older version of that particular file, which I of course did not have. gcc-compat didn't work either. In the end I found out that installing nxclient (WTF?!) actually did the trick...

Offline

Board footer

Powered by FluxBB