• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Installing J2EE SDK under REDHAT ENTERPRISE 4

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Trying to install j2EE 1.4 in a Linux Entreprise 4.0 box i got the following message:

j2eesdk-1_4_01-linux.bin: error while loading shared libraries: libstdc++-libc6. 2-2.so.3: cannot open shared object file: No such file or directory

or

j2eesdk-1_4_02_2005Q2-linux.bin: error while loading shared libraries: libstdc++ -libc6.2-2.so.3: cannot open shared object file: No such file or directory

Can you please suggest a way around?

Thanks
 
John Pazarzis
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The problem was resolved when I installed
the following rpm:

compat-libstdc++-296-2.96-132.7.2.i386.rpm
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic