- yes got it ..................solved this issue
- thanks to u all
- below is process installation of wine and error which i faced
- I m using rhel5 kernal 2.6.18-8.e15 with gnome x
- firstly download wine package from (http://ibiblio.org/pub/linux/system/...ne-1.2.tar.bz2 this site)
- then extract it and then go into the win directorey
- cd /wine
- ./configure (when i run this command i faced three major issue one was x relate
- d issue, second was flex related issue and third issue was bison rpm problem)
- first issue ----solution --if error showing below like this then
- configure: error: X development files not found. Wine will be built
- without X support, which probably isn't what you want. You will need to install
- development packages of Xlib/Xfree86 at the very least.
- Use the --without-x option if you really want this.
- solution= means this x realated problem so solving this, run
- =yum -y install xorg*
- =yum -y install gnome* (if u have gnome x)
- =yum -y install gdm*
- Second issue—solution---if u install flex rpm from ur dvd or cd then it will show it old so download latest tar of flex
- http://sourceforge.net/projects/flex...ar.gz/download
- extract it
- cd flex
- ./configure
- Make
- Make install
- Third issue –solution—its simple
- Yum install bison
- Now go to the
- Cd /wine
- ./configure
- make depend
- make (it will take approx half hour)
- make install ( it will take approx 5 minute)
- then u ready to install Microsoft product
- then u ready to install Microsoft product
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data



