• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Greetings!

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having a problem installing j2eesdk-1_4_01-linux.bin* on Mandrake 10. The j2sdk installed perfectly but the Enterprise Edition just won't comply -- any suggestions would be appreciated . . .
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well we'll need a little more information than that. My cat will not comply but that does not mean he is broken

What exactly is going wrong? What is not working? Pre-installation? Post-installation? Etc....

Joel
 
macKnight
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry, I s'pose I could have been a little more specific ;(

OK, I log-in as a 'su' type ./j2eesdk-1_4_01-linux.bin and get the error message: "error while loading shared libraries: libstdc++ libc6.2-2.so.3: cannot open shared object file: No such file or directory."
 
macKnight
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by michael allen ackerman:
sorry, I s'pose I could have been a little more specific ;(

OK, I log-in as a 'su' then type in # ./j2eesdk-1_4_01-linux.bin and get the error message: "error while loading shared libraries: libstdc++ libc6.2-2.so.3: cannot open shared object file: No such file or directory."

 
macKnight
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The problem is that you simply have a newer version of libstdc++ that is not compatible with the j2ee bin file. Installing compat-libstdc++ solved the problem for me.

John
 
money grubbing section goes here:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic