LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Certain executables won't execute (https://www.linuxquestions.org/questions/ubuntu-63/certain-executables-wont-execute-668025/)

Jbernoski 09-06-2008 05:00 PM

Certain executables won't execute
 
I figure this is some trivial thing I haven't figured out yet. I'm more used to slackware, where I never encounter problems like this.

Quote:

james@dude:~/adom$ ls -l
total 2720
-rwxr-xr-x 1 james james 2452608 2002-11-20 06:40 adom
-r--r--r-- 1 james james 57804 2002-11-20 06:40 adomfaq.txt
-rw-r--r-- 1 james james 188431 2002-11-20 06:40 manual.doc
-r--r--r-- 1 james james 58857 2002-11-20 06:40 readme.1st
james@dude:~/adom$ ./adom
bash: ./adom: No such file or directory
james@dude:~/adom$

2damncommon 09-06-2008 05:21 PM

I looks like it should work, doesn't it?

You could try "sudo ./adom" to confirm if it is a permissions error of some sort or not.

Jbernoski 09-06-2008 05:25 PM

Yeah, tried that already and I get "sudo: unable to execute ./adom no such file or directory"

Oddly the ATI drivers I downloaded executed perfectly fine. They're both elfs right? This is confusing the hell out of me here.

Uncle_Theodore 09-06-2008 05:31 PM

Quote:

Originally Posted by Jbernoski (Post 3271839)
Yeah, tried that already and I get "sudo: unable to execute ./adom no such file or directory"

Oddly the ATI drivers I downloaded executed perfectly fine. They're both elfs right? This is confusing the hell out of me here.

Well, it might be a shot in the dark, but is your Ubuntu 64-bit? Maybe, the executable is 32-bit?

Jbernoski 09-06-2008 05:45 PM

ack ack ack

That's probably it. But wouldn't that display a different kind of error message? Also wouldn't I have encountered a similar problem with the ATI drivers?

So is there no way I can run ADOM?

Uncle_Theodore 09-06-2008 05:57 PM

Quote:

Originally Posted by Jbernoski (Post 3271861)
ack ack ack

That's probably it. But wouldn't that display a different kind of error message? Also wouldn't I have encountered a similar problem with the ATI drivers?

So is there no way I can run ADOM?

Well, I found this on a Ubuntu forum. http://ubuntuforums.org/archive/index.php/t-422767.html
Their suggestion is to install the ia32-libs package.

david1941 09-06-2008 06:12 PM

It looks like you listed it from ~/ so it might run as: james@dude:~/adom$ ~/adom/adom I'd run a "which adom" to see where or if it's in your path - The way you ran it calls for it to be in the root directory (/).

Dave

Jbernoski 09-06-2008 07:45 PM

Quote:

Originally Posted by Uncle_Theodore (Post 3271877)
Well, I found this on a Ubuntu forum. http://ubuntuforums.org/archive/index.php/t-422767.html
Their suggestion is to install the ia32-libs package.

You're a beautiful human being.


All times are GMT -5. The time now is 07:32 PM.