http://bugs.winehq.com/show_bug.cgi?id=1186
------- Additional Comments From winebug@flonet.net 2003-28-06 07:51 ------- Bug comments restored from Gmane.org:
Hi...
I uninstall the last version, and try to install the new one, but it still appears in the system...
ricardo@wangbnetsps src]$ cd wine-20021125/ [ricardo@wangbnetsps wine-20021125]$ ./tools/wineinstall WINE Installer v0.74
Warning !! wine binary (still) found, which may indicate a (conflicting) previous installation. You might want to abort and uninstall Wine first. Running configure...
./configure: line 85: conftest.sh: Permission denied ./configure: line 86: conftest.sh: Permission denied chmod: failed to get attributes of `conftest.sh': No such file or directory ./configure: line 198: conf29404.file: Permission denied ./configure: line 945: config.log: Permission denied
Configure failed, aborting install. [ricardo@wangbnetsps wine-20021125]$
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-12-10 15:47 ------- looks like you do not have permission to write to the root wine directory .chown so that you own the directory.
cd ....
(so you are below wine root.)
chown -R owner:group wine-20021125
(change ownership of all the files in the tree starting at wine-20021125, where owner and group are you)
------- Additional Comments From rmunguia <at> gb-net.net 2002-12-11 08:37 ------- is done, thanks for your help
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-11 10:29 ------- Closing.