LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   wine installation error Heeeelp me! (https://www.linuxquestions.org/questions/linux-general-1/wine-installation-error-heeeelp-me-96019/)

demmylls 09-23-2003 03:46 PM

wine installation error Heeeelp me!
 
i'm trying to install this file (Wine)
Wine-20030813.tar.gz
and i have uncompressed it using KDE rightclick Extract Here.
then trying to use the command below to install.

[laiseng@localhost wine-20030813]$ ./tools/wineinstall
WINE Installer v0.74

Running configure...

./configure: line 88: conf5662.sh: No such file or directory
./configure: line 89: conf5662.sh: No such file or directory
chmod: failed to get attributes of `conf5662.sh': No such file or directory
./configure: line 201: conf5662.file: No such file or directory
./configure: line 949: config.log: No such file or directory

Configure failed, aborting install.
[laiseng@localhost wine-20030813]$


how can i fix this.
i've tried also ./configure then make and then make instal but all three of them also have error.

Mad Merlin 09-23-2003 05:11 PM

If I were you, I'd remove the directory and extract it again just to be sure you've got clean sources. I can't speak for Red Hat, but when compiling Wine on Mandrake 9.1, I had to grab bison and flex before it would let me compile it. Mind you, it informed me of those missing packages when I ran './configure'.

I've always used:

./configure && make
su
make install

Give that a try without running wineinstall on some fresh sources and see what happens if you haven't already.


All times are GMT -5. The time now is 01:44 AM.