[PLEASE HELP] Trying to install wine in Amazon AWS EC2

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
gyu5point0
Newbie
Newbie
Posts: 1
Joined: Sat Dec 24, 2011 12:53 am

[PLEASE HELP] Trying to install wine in Amazon AWS EC2

Post by gyu5point0 »

I looked everywhere for information on how to install wine in the Amazon AWS cloud.

Can somebody please point me to some working binaries and which AMI to use? And possibly some installation instructions?

I'm just trying to run some simple Windows console applications (from MS-DOS)... nothing fancy. But wine just doesn't want to install or run in AWS. Surely many people have installed wine in the Amazon cloud a thousand times, right?

Thanks for any help.
perryh

[PLEASE HELP] Trying to install wine in Amazon AWS EC2

Post by perryh »

"gyu5point0" <[email protected]> wrote:
I looked everywhere for information on how to install wine in the
Amazon AWS cloud.

Can somebody please point me to some working binaries and which
AMI to use? And possibly some installation instructions?

I'm just trying to run some simple Windows console applications
(from MS-DOS)... nothing fancy. But wine just doesn't want to
install or run in AWS. Surely many people have installed wine
in the Amazon cloud a thousand times, right?
Most MS-DOS programs will run better in dosbox than in wine, so
if dosbox will run in AWS it may save you the trouble of getting
wine to run there. I personally have no idea whether either one
will work.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: [PLEASE HELP] Trying to install wine in Amazon AWS EC2

Post by dimesio »

gyu5point0 wrote:I looked everywhere for information on how to install wine in the Amazon AWS cloud.

Can somebody please point me to some working binaries and which AMI to use? And possibly some installation instructions?
Ask on the AWS support forum. https://forums.aws.amazon.com/forum.jspa?forumID=30
KenJackson
Level 2
Level 2
Posts: 24
Joined: Mon Apr 14, 2008 11:01 am

Re: [PLEASE HELP] Trying to install wine in Amazon AWS EC2

Post by KenJackson »

gyu5point0 wrote:I looked everywhere for information on how to install wine in the Amazon AWS cloud.
I'm not sure I understand what you are trying to do.

First, what host OS are you using? Linux? Which distro?

Second, are you trying to install the Wine executables, fonts and data files on Amazon AWS? If so, what directory structure are you using? How are you installing it?

Or are you just trying to install your .wine directory on Amazon AWS?

Third, how are you accessing Amazon AWS?

Fedora Linux has a package fuse-s3fs in their repository that allows you to mount an Amazon S3 storage facility in your file system using fuse. (I've been thinking about it, but haven't tried it yet.)

In theory, if you want to put your .wine directory in the cloud, I think you would mount the service with fuse, set the WINEPREFIX variable to a .wine subdirectory of the mount, and run wineboot.
Locked