LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-15-2012, 05:54 PM   #1
mkesling
Member
 
Registered: Feb 2010
Posts: 31

Rep: Reputation: 0
Unhappy .exe association is killing me.


Installed fedora 16 for the first time. When I run a install for some software Ive installed ok on red hat 5.0. I get the error “wish80.exe: command not found”. wish80.exe is in a tcl bin directory in the install directory. It is NOT a Windows program.

When I right click-properties on wish80.exe it says DOS/Windows executable. So I’m googleing away looking at everything about file associations and how to change them, installing tcl, and some other stuff and nothing does the trick. Paths are all good. Everything is executable.

So I figure :-P I’ll open a file browser and double click on wish80.exe to see what will happen. It thinks it’s an executable archive and presents me with a bunch of lovely error messages saying it’s not an archive and zip problem whatever.

I tried losing .exe extensions on the file and in the install script. I installed ActiveState tcl and tried changing the install script to use it. Nothing works although I created a lot of interesting errors. BTW, wish executes fine. I just wasn’t able to get the install running with it.


By this time I’ve installed so much junk and changed way to many settings so I fiqure I’ve really screwed the pooch so did a complete reinstall. Same problem. Still haven’t fiqured out how to dump the .exe associations.


Bottom line is I can’t seem to get my installer to execute.

Anybody know how to fix this?
 
Old 02-15-2012, 06:02 PM   #2
eeekster
Member
 
Registered: Sep 2011
Posts: 163

Rep: Reputation: Disabled
What does the file command say about wish80.exe?
 
1 members found this post helpful.
Old 02-15-2012, 06:14 PM   #3
mkesling
Member
 
Registered: Feb 2010
Posts: 31

Original Poster
Rep: Reputation: 0
/cdrom/tools/linux/tcltk/bin/wish80.exe: Command not found.
 
Old 02-15-2012, 06:16 PM   #4
mkesling
Member
 
Registered: Feb 2010
Posts: 31

Original Poster
Rep: Reputation: 0
whoops, meant to say

[root@genesis6 cdrom]# file /cdrom/tools/linux/tcltk/bin/wish80.exe
/cdrom/tools/linux/tcltk/bin/wish80.exe: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.0.0, stripped
 
Old 02-15-2012, 08:27 PM   #5
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
mkesling,

Are you in need of some scientific tool or are you doing plain installation? This exe I suppose is windows-particular-software-install, which means the least that it is intended for fedora running over a VM, or a software intended for windows adoption. There has to be a counterpart linux-install for the software you want to install, it should be found side by side to that in the form of *.tar.gz or *bz2, etc. but not *exe.

Just my opinion.

Thank you.
 
Old 02-15-2012, 08:27 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
RHEL5 and fedora 16 are SO different that a program for RHEL4(other post) & RHEL5 might not run on fedora 16

think of it this way
will all windows 98(16 or 32 bit) or xp (32bit) programs run on windows7 -64 bit

if you want tcl on fedora then install it using the fedora16 repos
Code:
yum search tcl
-- from that list ---
yum install tcl tcl-devel

Last edited by John VV; 02-15-2012 at 08:33 PM.
 
1 members found this post helpful.
Old 02-15-2012, 11:54 PM   #7
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,358

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
@malekmustaq

Post #4 shows a Linux ELF exe ...
File Extensions have no meaning in Linux (although they do to people)
 
Old 02-18-2012, 02:40 AM   #8
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
Yes, and LSB at that.

Really confusing why should it bear such an extension if it is needless at all.
 
Old 02-19-2012, 08:25 PM   #9
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,358

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Probably someone with an MSWin background ...
 
  


Reply

Tags
fedora



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cygwin g++-3.exe, gcc-3.exe corrupted to g++3.exe.dam and gcc-3.exe.dam pawanjanbandhu Linux - Newbie 2 12-03-2009 11:27 AM
cygwin g++-3.exe, gcc-3.exe corrupted to g++3.exe.dam and gcc-3.exe.dam pawanjanbandhu Linux - Software 1 11-17-2009 02:26 PM
samba compatibility with microsoft srvtools.exe (usrmgr.exe and srvmgr.exe) checkmate3001 Linux - Software 1 09-06-2008 05:08 AM
SETUP.EXE/autorun.exe don't run in wine mst3kman Linux - Games 3 01-22-2006 02:20 PM
setting ROX file/app association to launch a Wine.exe Onestep Linux - Newbie 7 07-18-2004 06:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration