PDA

View Full Version : [ubuntu] trouble running linux binaries



xie_jiabao
January 24th, 2009, 08:44 AM
Dear all,

I installed some linux binaries on my laptop running ubuntu 8.04.1 (64-bit) recently. These binaries are generic and meant for all linux flavors. I checked file properties to ensure that these binaries were "executable". I subsequently tried to run these binaries by
1) typing binary_file_name
2) typing ./binary_file_name.

But I get the following error:
./binary_file_name not found

Can someone please tell me how to rectify this problem?

Thanks in advance and best regards,
Xie

Partyboi2
January 24th, 2009, 09:04 AM
Make sure you are in the correct directory when you issue the command.

x33a
January 24th, 2009, 09:42 AM
also check the file type with file command.