This is a continuation of my virtual PeopleSoft installation. In this step, we will install Wine, a windows emulator that allows Linux users to run Windows-only programs. To see the complete list of posts, click here.
I apologize about the images. I tried to back them up, and I just found out that they did not backup properly. I have tried to take some after the fact.
Download all of the RPM files that begin with wine- from the Red Hat Packages.
Wine RPMs:
wine-1.0-1.el5.i386.rpm
wine-esd-1.0-1.el5.i386.rpm
wine-capi-1.0-1.el5.i386.rpm
wine-jack-1.0-1.el5.i386.rpm
wine-cms-1.0-1.el5.i386.rpm
wine-ldap-1.0-1.el5.i386.rpm
wine-core-1.0-1.el5.i386.rpm
wine-nas-1.0-1.el5.i386.rpm
wine-devel-1.0-1.el5.i386.rpm
wine-tools-1.0-1.el5.i386.rpm
wine-docs-1.0-1.el5.noarch.rpm
wine-twain-1.0-1.el5.i386.rpm
Once the files were downloaded, I copied them into a separate “working” directory called “wine”.
With all of the RPM files in one directory, you can install them easily with the command:
su
rpm -i *.rpm
You can test your wine installation with the command:
wine notepad
This command should run the text editor notepad.exe.
Next exit the root security, and run the same notepad command (wine notepad) as your regular user.
Since we have wine working for the regular user, lets create the PeopleSoft home directory in location that is accessible to Wine as a drive.
So, create your directory whereever you want it to be. I just created a pshome directory in my regular home directory (/home/pshr/pshome).
Then, we need to run the winecfg command. Go to the Drives tab, and add your new path as the d: drive.
Now, wine should be installed and ready to run the PeopleSoft installers.
Hey… not a bad idea! I never thought of using WINE for running AppDesigner etc. This is really funny, because I’m in the process of installing Oracle DB, PeopleTools 8.49, and Demo databases for Enterprise Portal 9.0 and Campus Solutions 9.0 all into a single VMWare virtual machine today. The big difference is I’m using WinXP as the guest OS. So far, so good. I need this in order to teach a class on Enterprise Portal in a couple of weeks, without students stepping on each other’s stuff. Just install VMWare Player in the training lab, and voila!
WINE is a good idea. I’ll have to try it sometime…
PS – Are you independent, or for whom do you work?
Chris,
Thanks for comment. The one problem that I am having right now is with the database access. The ODBC support for Oracle database is difficult. The PeopleSoft installer worked relatively fine, but I haven’t gotten Application Designer to work yet.
One recommendation on the VMWare images is to make sure that they have enough RAM. I would recommend at least 2GB of RAM and allocate 1GB in the virtual machine.
As far as work, I am working for a small firm in Lakeland, FL, but I do the blogging on the side separately in my own time.
Hi,
After doing the steps i get the following error
wine notepad
wine: failed to initialize: /usr/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or directory
can you tell me wats the problem?
regards,
Mukesh