Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Wine
Reload this Page Wine Installation on Red Hat linux 4/5
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Wine Discussion about Wine, the Open Source implementation of the Windows API on top of X and Unix.

Reply
 
Thread Tools Display Modes
Old 04-17-2008   #1 (permalink)
msmallya
Just Joined!
 
Join Date: Apr 2008
Posts: 5
Wine Installation on Red Hat linux 4/5

I came to know that Windows applications can be run on Linux.
For example : with open office, calc, database access etc.
Also I would like to run VB applications on linux client, using Oracle ODBC
What should be the minimum Physical Memory Required (on a PC to use as client).

So can any one help me out in this regard.

Help is required on step by step to
1) Install wine on linux client
2) To Run VB6 applications

Lots of Thanks in advance, please.

Regards,

MSMallya
msmallya is offline   Reply With Quote
Old 04-17-2008   #2 (permalink)
i92guboj
Linux Engineer
 
Join Date: Nov 2007
Location: Córdoba (Spain)
Posts: 886
Quote:
Originally Posted by msmallya View Post
I came to know that Windows applications can be run on Linux.
For example : with open office, calc, database access etc.
Also I would like to run VB applications on linux client, using Oracle ODBC
What should be the minimum Physical Memory Required (on a PC to use as client).
Your post is really confusing for me. Openoffice is available natively under linux, no need to use wine for that.

About databases, you should be using open solutions, like mysql. Because that will guarantee cross platform compatibility and the freedom to access it from anywhere (not to speak about integration with web platforms and toolkits).

About physical memory, that entirely depends on the programs you intend to use. Wine can run on almost anything, it's the program you run inside wine which will eat your ram, and not wine itself. It doesn't take the same to run the windows notepad than to run 3d studio under wine. Visual basic stuff is not the lightest, I fear (nor the smarter).


Quote:
So can any one help me out in this regard.

Help is required on step by step to
1) Install wine on linux client
Use the package manager of your distro. Wine is available on virtually any linux.

Quote:
2) To Run VB6 applications
Wine can run vb apps just like any other windows app. But that doesn't mean that all applications will work correctly (or at all). It ultimately depends on the application, how well (or badly) designed it is, and the 3rd party libs and stuff that it uses or not. You will have to test on a case by case basis.

Once wine is installed, to run a windows program you just do "wine <progname>.exe" on a terminal on the directory where the app resides. You might first need to install properly under wine. For that, you just run the setup.exe or relevant file with wine.
i92guboj is offline   Reply With Quote
Old 04-17-2008   #3 (permalink)
dankegel
Just Joined!
 
Join Date: Aug 2006
Posts: 48
Quote:
Originally Posted by msmallya View Post
I would like to run VB applications on linux client, using Oracle ODBC
What should be the minimum Physical Memory Required (on a PC to use as client).
Depends on the distro. 256MB bare minimum these days.

Quote:
Help is required on step by step to
1) Install wine on linux client
Depends on the distro. On Ubuntu, 'sudo apt-get install wine'.
Or see Wine HQ for fresher packages.

Quote:
2) To Run VB6 applications
Just install the app. If you get errors like "missing library msvbm60",
install it with

wget http://kegel.com/wine/winetricks
sh winetricks vb6run
dankegel is offline   Reply With Quote
Old 04-23-2008   #4 (permalink)
msmallya
Just Joined!
 
Join Date: Apr 2008
Posts: 5
HI @92guboj, @dankegel

Thanks a lot.

I have Installed "ubuntu" 7.04 desktop edition on my PC. open office works.


But How to connect to external database - example Oracle 9i DB on Linux (RHL 9)Server and run VB6 application which access the database through Windows98 Oracle 9i ODBC

Thanks and regards,

MSMallya
msmallya is offline   Reply With Quote
Old 04-23-2008   #5 (permalink)
dankegel
Just Joined!
 
Join Date: Aug 2006
Posts: 48
Quote:
Originally Posted by msmallya View Post
But How to connect to external database - example Oracle 9i DB on Linux (RHL 9)Server and run VB6 application which access the database through Windows98 Oracle 9i ODBC
You might have to install things like MDAC first, e.g.

wget http://kegel.com/wine/winetricks
sh winetricks mdac27

and of course you'll have to install the Oracle client.

If you have trouble, please ask for more help in the Wine forum,
WineHQ Forums Index
dankegel is offline   Reply With Quote
Old 04-23-2008   #6 (permalink)
msmallya
Just Joined!
 
Join Date: Apr 2008
Posts: 5
Thanks for immediate response.

Regards,

MSMallya
msmallya is offline   Reply With Quote
Old 04-24-2008   #7 (permalink)
msmallya
Just Joined!
 
Join Date: Apr 2008
Posts: 5
Hi @dankegel,

Ubuntu Ver 7.04 desktop edition on my PC. Oracle 9i DB is on Server RHL 9.

Now I need to install

1.Wine
2. mdac27
3. vb6run
4. Oracle9i client

To install wine

I have issued 'sudo apt-get install wine' from my desktop PC Ubuntu 7.04.
But I got error saying package not found.

msmallya@msmallya-desktop:~$ sudo apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package wine has no installation candidate
msmallya@msmallya-desktop:~$

My Problem is - WineHQ - wine package download - contains so many folders for (RHEL-download), not able to download right folder (confusing).

Will you please sort out?

Thanx and Regards,

MSMallya
msmallya is offline   Reply With Quote
Old 04-26-2008   #8 (permalink)
msmallya
Just Joined!
 
Join Date: Apr 2008
Posts: 5
Hi all,

Any solution?
msmallya is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 11:20 PM.

Powered by vBulletin 3.6.8 ©2000 - 2007, content relevant URLs by vBSEO, Property of Core Root.

Content Relevant URLs by vBSEO 3.0.0