Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-03-2008, 11:31 PM
|
#1
|
|
Member
Registered: Mar 2003
Location: Idaho
Distribution: Anything but Ubuntu... don't ask.
Posts: 138
Rep:
|
What the crap is up with wine?!?
I am just trying to install ies4linux and all I am getting is "wine exited with a failure status of 1."
there are a batch of error logs associated with this but none of tem make sence to me... has anyone had this issue before?
please note this is an issue with DEBIAN only, I have installed fedora, suse and redhat and they all work GREAT just debian has an issue with this...
|
|
|
|
02-04-2008, 04:28 AM
|
#2
|
|
Registered User
Registered: Dec 2006
Posts: 1,454
Rep:
|
Quote:
Originally Posted by IcoNyx
there are a batch of error logs associated with this but none of tem make sence to me...
|
Did you follow these instructions? Do you have the latest version of Wine and cabextract? If you can answer yes to both, you'll need to post the errors you're receiving.
Cheers
Last edited by DragonSlayer48DX; 02-04-2008 at 04:31 AM.
|
|
|
|
02-11-2008, 05:34 PM
|
#3
|
|
Senior Member
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
|
Well . . .
|
|
|
|
02-13-2008, 01:07 AM
|
#4
|
|
LQ Newbie
Registered: Dec 2004
Posts: 28
Rep:
|
Also getting error messages running ies4linux installation
Hi folks,
I've also been having a tough time getting ies4linux to install.
Ubuntu 7.10,
Code:
$ uname -a
Linux mandolin 2.6.22-14-generic #1 SMP Fri Feb 1 04:59:50 UTC 2008 i686 GNU/Linux
When I run ./ies4linux, I get the following output (error at bottom):
Code:
IEs4Linux will:
- Install Internet Explorers: 6.0
- Using IE locale: EN-US
- Install Adobe Flash 9.0
- Install everything at: /home/vartan/.ies4linux
[ OK ]
Downloading everything we need
Downloading from microsoft.com:
DCOM98.EXE
0% mfc42.cab 249973USA8.exe
ADVAUTH.CAB
CRLUPD.CAB
HHUPD.CAB
IEDOM.CAB
IE_EXTRA.CAB
IE_S1.CAB
IE_S2.CAB
IE_S5.CAB
IE_S4.CAB
IE_S3.CAB
IE_S6.CAB
SETUPW95.CAB
FONTCORE.CAB
FONTSUP.CAB
VGX.CAB
SCR56EN.CAB
Downloading from macromedia.com:
swflash.cab
[ OK ]
Installing IE 6
Initializing
Creating Wine Prefix
Extracting CAB files
Installing IE 6
Installing DCOM98
Installing TTF Fonts
Installing ActiveX MFC42
/home/rhimbo/.ies4linux/downloads/mfc42.cab: No such file or directory
An error occured when trying to cabextract some files.
I have the latest wine and cabextract:
Code:
$ sudo apt-get install wine
[sudo] password for rhimbo
Reading package lists... Done
Building dependency tree
Reading state information... Done
wine is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$
$ sudo apt-get install cabextract
Reading package lists... Done
Building dependency tree
Reading state information... Done
cabextract is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$
Any ideas? Many thanks in advance...
|
|
|
|
02-28-2008, 09:52 PM
|
#5
|
|
LQ Newbie
Registered: Feb 2008
Posts: 1
Rep:
|
I had a similar problem trying to install ies4linux on my new eeepc. The script would hang when installing ActiveX.
This isn't really a fix (because, in the end, you don't get activex or flash installed), but it at least allowed me to get IE6 installed and running.
Basically, I just commented out the sections of the install.sh script (located in the ies4linux*/lib directory) that had to do with the ActiveX and Flash installations (it was also hanging on the latter). After I did that, the script ran just fine and IE6 now works. Not sure if you need ActiveX/Flash, but if you don't, this might work for you.
Also, I'm new to Linux, so I apologize if I am just stating the obvious.
cheers!
|
|
|
|
02-29-2008, 07:28 AM
|
#6
|
|
Senior Member
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
|
I was really hoping IcoNyx would give us some feedback.
I wasn't fishing for more problems to solve. 
|
|
|
|
02-29-2008, 11:58 AM
|
#7
|
|
LQ Newbie
Registered: Dec 2004
Posts: 28
Rep:
|
Quote:
Originally Posted by newepcdc
I had a similar problem trying to install ies4linux on my new eeepc. The script would hang when installing ActiveX.
This isn't really a fix (because, in the end, you don't get activex or flash installed), but it at least allowed me to get IE6 installed and running.
Basically, I just commented out the sections of the install.sh script (located in the ies4linux*/lib directory) that had to do with the ActiveX and Flash installations (it was also hanging on the latter). After I did that, the script ran just fine and IE6 now works. Not sure if you need ActiveX/Flash, but if you don't, this might work for you.
Also, I'm new to Linux, so I apologize if I am just stating the obvious.
cheers!
|
Hi,
Well, I finally solved the problem of the IE installation (not the Flash). I manually downloaded the mfc42.dll file to the following location:
Code:
./ie6/drive_c/windows/system32/mfc42.dll
I can't find the original link on the MS web site. However, here is another one from which you can get mfc42.dll.
Code:
http://www.dll-files.com/dllindex/dll-files.shtml?mfc42
After downloading and installing in the above-mentioned directory, I re-ran the ies4linux installation script and it seemed to install fine. I was thereafter able to run IE.
However, I'm not sure I the ActiveX installation is correct. I tried to install TurboTax next. It failed saying it wanted version 5 of ActiveX. I could only find version 7 on the Microsoft web site. The problem might be with TurboTax and not my ActiveX installation. I haven't gotten that far yet. :-)
|
|
|
|
03-04-2008, 01:31 PM
|
#8
|
|
LQ Newbie
Registered: Mar 2008
Location: st.paul,mn,us
Distribution: ubuntu
Posts: 1
Rep:
|
Hi I,d like to clarify the previous post. I downloaded the dll from above and put it into the /home/ie4linux folder, then replaced the .dll in the file name with .cab. reran the last (install) command and everything works fine. The browser hung when I install flash from a prompt, but eventually it worked.
|
|
|
|
04-14-2008, 08:57 AM
|
#9
|
|
LQ Newbie
Registered: Oct 2007
Posts: 1
Rep:
|
Hi all,
I had the same problem, the script would just hang & give the mfc42.cab error...
suse 10.3 with wine & cabextract updated...
I just downloaded the mfc42.cab from dll-files web site & extracted it to .ie4linux folder.
The script now works & ie4linux installed correctly
|
|
|
|
05-22-2008, 02:13 AM
|
#10
|
|
LQ Newbie
Registered: May 2008
Posts: 1
Rep:
|
http://activex.microsoft.com/controls/vc/MFC42.CAB
then you have to rename the file (all lowercase, including the extension)
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:44 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|