Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EMACS not loading - error msg provided

Status
Not open for further replies.

Lahorem

Programmer
Feb 17, 2006
18
GB
Hi
a newbie user to unix and have tried to load emacs using emm 'emacs' command
I get this error and have no idea what it means
Any ideas?


Error msg:

Error: 0EXEC cannot find executable for 'emacs' version '20.3.0.0'

thanks in advance
 
This is what I get

/opt/bin/emacs


Any ideas guys / girls?
 
Do you get the same message when you run command:

/opt/bin/emacs <filename>
 
What does this command tell you?:

[tt]file /opt/bin/emacs[/tt]
 
And this...

[tt]ldd /opt/bin/emacs[/tt]

Does it show any libraries missing?
 
Also show us output from...

[tt]ls -l /opt/bin/*emacs*[/tt]

And what flavor of Unix are you running?
 
Hi guys . apologies for the delay in response:

command: textfile /opt/bin/emacs
Result: textfile: Command not found

command: ldd /opt/bin/emacs
Result: ldd: /opt/bin/emacs: unsupported or unknown file type

command: ls -l /opt/bin/*emacs*

Result:
lrwxrwxrwx 1 root other 5 Jun 19 2003 /opt/bin/emacs -> 0EXEC*
lrwxrwxrwx 1 root other 5 Jun 19 2003 /opt/bin/xemacs -> 0EXEC*

Version of Unix: SunOS 5.8
 
The files emacs and xemacs are actually soft linkes to the executable OEXEC... I'm assuming from the error message the file /opt/bin/0EXEC is not there... Where did you get this package from? Are you supposed to compile this package prior to use?
 
command: textfile /opt/bin/emacs
Result: textfile: Command not found

It should be...
$ file /opt/bin/emacs


"That time in Seattle... was a nightmare. I came out of it dead broke, without a house, without anything except a girlfriend and a knowledge of UNIX."
"Well, that's something," Avi says. "Normally those two are mutually exclusive."
-- Neal Stephenson, "Cryptonomicon"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top