Java Studio Creator Setup Problem - libstdc++ RPM required
The first time I tried installing Sun Java Studio Creator, it gave me an error while installing Application Server regarding 2 required .rpm files which did not exist in my Kubuntu box: compat-libstdc++ and compat-libstdc++-dev.
I could fix my problem and here is the solution (I think it works for Debian and Xubuntu too):
- Download ‘compat-libstdc++-296-2.96-132.fc4.i386.rpm’ from http://download.fedora.redhat.com/pub/fedora/linux/core/4/
i386/os/Fedora/RPMS/. - Create a .deb file out of the downloaded .rpm using ‘alien’. (e.g. sudo alien -d compat-libstdc++-296-2.96-132.fc4.i386.rpm)
- Intall the result .deb filefile with ‘dpkg’
- Remove the installation folder of Java Studio Creator (mine is /opt/sun/)
- Reinstall the Creator
Have fun!







Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed