Fix: Ubuntu 8.04 JeOS, error while loading shared libraries: libstdc++.so.5
While testing out my new local cf development virtual machine I came across a strange error while running the NewsWebservice Sample application for ColdBox. This all worked in in Ubuntu 7.10 but it would seem some thing switched up after the Hardy update.
The error I was getting looked like this:
coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: jikes: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory .
The fix is super simple, Just run this in a terminal:
sudo apt-get install libstdc++5
Comments(4)
Thanks for your advice,
the fix helped me
Thanks a lot for the information, it fixed that error with VirtualBox.
Cheers,
sl0wg33k
Thanks……..
it worked for me also..for Glash fish Installation in ubuntu 7.10
Thanks, just getting a linux CF dev server set up, this helped me out!