Results 1 to 6 of 6
Hey guys, I'm trying to install a .bin app on Ubuntu and it doesn't work at all... Do the .bin files work on Ubuntu? If yes how? Thank you...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-19-2006 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 30
Installing .bin in Ubuntu
Hey guys, I'm trying to install a .bin app on Ubuntu and it doesn't work at all... Do the .bin files work on Ubuntu? If yes how? Thank you
- 06-19-2006 #2
Open a shell and do this:
Where <file name>.bin is the name of the bin file.Code:./<file name>.bin
If this doesn't work, do this:
Also, you may have to sudo to do this.Code:chmod 755 <file name>.bin
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 06-19-2006 #3Just Joined!
- Join Date
- Apr 2006
- Posts
- 30
First it gave me permission denied then i typed chmod.... then pressed enter so nothing appeared to have happened... then i tried /.name.bin and it gave me the following error:
error while loading shared libraries: libstdcc++-lic6.2-2.so.3: cannot open shared object file: No such file or directory
and by the way how do I sudo
Thank you
- 06-19-2006 #4
Try
Can you actually tell us the name of the program?Code:sudo ./name.bin
- 06-19-2006 #5
It looks like you'll have to grab the standard C++ library:
Go over the output from the search and apt-get install what seems right given the name of the share object file that the .bin needs.Code:$ sudo su % apt-cache search libstdc++
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 06-19-2006 #6Just Joined!
- Join Date
- Apr 2006
- Posts
- 30
The program is J2EE SDK (Java) and do I need to have an internet connection on that machine to get this C++ Standard Library?



