how to install wine for centos 5 32 bit please some one help me [Shocked]
Hello, I would checkout first, if your distribution has a wine package for installation. To check this out, visit the distribution forum. If not, download the source and follow the help at the wiki : http://wiki.winehq.org/HowTo Normally you have to do the following command 1) download 2) open a terminal as normal user 3) extract the files ( tar xvjf wine-1.3.12.tar.bz2) 4) do "./configure;make " as normal user 5) switch to root and do "make install" But i advise the read first the manuel ;) Bodo Am Freitag, den 28.01.2011, 10:32 -0600 schrieb onel0ve:> how to install wine for centos 5 32 bit > > please some one help me > [Shocked] > > > > >
Code: [root at 178-162-182-93 wine-1.3.12]# ./configure;make checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for cpp... cpp checking for the directory containing the Wine tools... $(top_builddir) checking for flex... flex checking whether flex is recent enough... yes checking for bison... no configure: error: no suitable bison found. Please install the 'bison' package. make: *** No targets specified and no makefile found. Stop. any one can provide me the rpm file for latest 1.1.13 version
onel0ve <wineforum-user at winehq.org> wrote: (Reply-to is broken by Earthlink's web mail program. Complain to them, not me, I have.)> >Code: >[root at 178-162-182-93 wine-1.3.12]# ./configure;make >checking build system type... i686-pc-linux-gnuYou might want to try using the same RedHat package for installing Wine as your CentOS version. They are code same, excepting the packages and other items that are RH proprietary (CentOS' statement not mine.) James McKenzie
dimesio wrote:> > onel0ve wrote: > > > > Code: > > [root at 178-162-182-93 wine-1.3.12]# ./configure;make > > > > > > > > You should not be doing configure and make as root, only make install. > > > > > Code: > > > > checking for bison... no > > configure: error: no suitable bison found. Please install the 'bison' package. > > > > > > > > Do what it says. And if you get similar messages for other packages the next time you run configure, install those too. > > > > > any one can provide me the rpm file for latest 1.1.13 version > > Of what? 1.1.13 is certainly not the latest version of Wine. But even if you are really asking for that old version, any rpm needs to be obtained from your distro; all that is provided here is source code.oppz can u provide me the link of wine rpm 1.3.12 for centos 5.5 32 bit
got it installed successfully
Thank you for the correction Martin Gregorie My typo. Must teach my right index finger better manners Alan