daily pastebin goal
53%
SHARE
TWEET

Untitled

sightlight Jan 13th, 2012 24 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. yes got it ..................solved this issue
  2. thanks to u all
  3.  
  4. below is process installation of wine and error which i faced
  5.  
  6.  
  7. I m using rhel5 kernal 2.6.18-8.e15 with gnome x
  8.  
  9. firstly download wine package from (http://ibiblio.org/pub/linux/system/...ne-1.2.tar.bz2 this site)
  10.  
  11. then extract it and then go into the win directorey
  12.  
  13. cd /wine
  14. ./configure (when i run this command i faced three major issue one was x relate
  15. d issue, second was flex related issue and third issue was bison rpm problem)
  16.  
  17. first issue ----solution --if error showing below like this then
  18. configure: error: X development files not found. Wine will be built
  19. without X support, which probably isn't what you want. You will need to install
  20. development packages of Xlib/Xfree86 at the very least.
  21. Use the --without-x option if you really want this.
  22.  
  23. solution= means this x realated problem so solving this, run
  24.  
  25. =yum -y install xorg*
  26. =yum -y install gnome* (if u have gnome x)
  27. =yum -y install gdm*
  28.  
  29. 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
  30. http://sourceforge.net/projects/flex...ar.gz/download
  31.  
  32. extract it
  33. cd flex
  34. ./configure
  35. Make
  36. Make install
  37.  
  38. Third issue –solution—its simple
  39. Yum install bison
  40.  
  41. Now go to the
  42.  
  43. Cd /wine
  44. ./configure
  45. make depend
  46. make (it will take approx half hour)
  47. make install ( it will take approx 5 minute)
  48. then u ready to install Microsoft product
  49.  
  50. then u ready to install Microsoft product
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top