Hi, when I run ./tools/wineinstall, I get this: Warning !! wine binary (still) found, which may indicate a (conflicting) previous installation. You might want to abort and uninstall Wine first. rpm -qa | grep wine gives nothing find / "*wine*" gives: /etc/opt/kde2/share/applnk/SuSE/Settings/YaST/notinstalled/System/Emulator/wine.desktop /etc/opt/kde2/share/applnk/SuSE/Settings/YaST/notinstalled/System/Configuration/wine.desktop /etc/wine.conf /usr/X11R6/share/icons/png/hicolor/all/normal.wine_doc.png /usr/X11R6/share/icons/png/hicolor/all/big.wine_doc.png /usr/X11R6/share/icons/png/hicolor/all/mini.wine_doc.png /usr/X11R6/share/icons/png/hicolor/all/big.wine.png /usr/X11R6/share/icons/png/hicolor/all/normal.wine.png /usr/X11R6/share/icons/png/hicolor/all/mini.wine.png /usr/X11R6/share/icons/png/hicolor/16x16/apps/wine_doc.png /usr/X11R6/share/icons/png/hicolor/16x16/apps/wine.png /usr/X11R6/share/icons/png/hicolor/32x32/apps/wine_doc.png /usr/X11R6/share/icons/png/hicolor/32x32/apps/wine.png /usr/X11R6/share/icons/png/hicolor/48x48/apps/wine_doc.png /usr/X11R6/share/icons/png/hicolor/48x48/apps/wine.png /usr/X11R6/share/icons/xpm/hicolor/all/normal.wine_doc.xpm /usr/X11R6/share/icons/xpm/hicolor/all/big.wine_doc.xpm /usr/X11R6/share/icons/xpm/hicolor/all/mini.wine_doc.xpm /usr/X11R6/share/icons/xpm/hicolor/all/big.wine.xpm /usr/X11R6/share/icons/xpm/hicolor/all/normal.wine.xpm /usr/X11R6/share/icons/xpm/hicolor/all/mini.wine.xpm /usr/X11R6/share/icons/xpm/hicolor/16x16/apps/wine_doc.xpm /usr/X11R6/share/icons/xpm/hicolor/16x16/apps/wine.xpm /usr/X11R6/share/icons/xpm/hicolor/32x32/apps/wine_doc.xpm /usr/X11R6/share/icons/xpm/hicolor/32x32/apps/wine.xpm /usr/X11R6/share/icons/xpm/hicolor/48x48/apps/wine_doc.xpm /usr/X11R6/share/icons/xpm/hicolor/48x48/apps/wine.xpm /usr/local/etc/wine.systemreg /usr/share/doc/sdb/de/html/mbanse_wine.html /usr/share/man/allman/man1/wine.1.gz /usr/share/man/allman/man1/winemaker.1.gz /usr/share/man/allman/man5/wine.conf.5.gz /usr/share/texmf/doc/help/Catalogue/entries/winemtex.html /usr/share/texmf/doc/help/Catalogue/entries/winedt.html /usr/include/avifile/wine /usr/include/avifile/wine/winerror.h /usr/include/avifile/wine/winestring.h /root/.wine/wineserver-notch /root/.wine/wine.userreg Why does this message come ? I don't have wine installed ! Does anybody know, when exactly this error occurs (what does it look for).
On Wed, 13 Jun 2001, Peter Kirk wrote:> Hi, > > when I run ./tools/wineinstall, I get this: > Warning !! wine binary (still) found, which may indicate > a (conflicting) previous installation. > You might want to abort and uninstall Wine first. > > rpm -qa | grep wine gives nothing...> > Why does this message come ? I don't have wine installed ! Does anybody know, > when exactly this error occurs (what does it look for). >from a casual look at tools/wineinstall, it seems it does a which wine and if that gives a result, it thinks it has found a wine binary. Try it yourself and see what you get. Maybe you have a strange PATH or a strange which that misleads wineinstall. Lawson This message is brought to you by Wine release 20010510 (as amended), junopine-2.0.2, Juno 2.0.11, pine-4.10, and linux-2.4.5. ---cut here ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/tagj.
Am Donnerstag, 14. Juni 2001 22:52 schrieben Sie:> On Thu, 14 Jun 2001, Peter Kirk wrote: > > pwk@notch:~ > which wine > > pwk@notch:~ > > > This should be done from the same directory that you ran tools/wineinstall > from, to cater for the possibility that you have somehow configured your > system to have "." in PATH or something like that. > > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-usersThe thing is: it gives me something different for root, there it gives me: which: no wine in (/usr/sbin:/bin:/usr/bin:/sbin:/usr/X11R6/bin) why is this ?
Peter Kirk wrote:> > The thing is: it gives me something different for root, there it gives me: > which: no wine in (/usr/sbin:/bin:/usr/bin:/sbin:/usr/X11R6/bin) > > why is this ?"which" is a shell command. Under bash, it gives the value of the path, as above, if the command is not found. Under tcsh (the shell I normally use) it returns nothing if the command is not found. I believe that is also the case for most other csh variants. Duane
Apparently Analagous Threads
- 5 commits - data/icons
- 4 commits - configure.ac data/.gitignore data/icons data/Makefile.am data/swfdec-gtk.pc.in data/swfdec.pc.in .gitignore Makefile.am player/swfplay.c swfdec-gtk.pc.in swfdec.pc.in
- 2 commits - AUTHORS configure.ac data/icons
- Something really went south with 1.4-rc2
- Using file to handle a direcoty, recurse question.