Trevorofmolino wrote:
[trevor@trevor ~]$ echo $PATH
/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/opt/java/bin:/opt/java/jre/bin:/opt/kde/bin:/opt/mozilla/bin:/opt/qt/bin
cd usr/bin
ls -l wine shows
ls: cannot access wine: No such file or directory
but cd usr/local/bin shows
[trevor@trevor bin]$ ls -l wine
-rwxr-xr-x 1 root root 13500 2008-05-28 15:43 wine
At this point you have two choices:
1. Put /usr/local/bin in your PATH statement in /etc/profile
2. Soft link between /usr/bin/wine and /usr/local/bin/wine
If you don't know how to do either, Google is your friend.
James McKenzie