DebianThis 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.
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.
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.
$
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.
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.
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. :-)
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.