LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   /usr/bin/wish (https://www.linuxquestions.org/questions/linux-software-2/usr-bin-wish-52661/)

evian 03-31-2003 07:51 AM

/usr/bin/wish
 
Hello,

I am trying to run a program and I get this error message when I run it,

bash: ./amsn: /usr/bin/wish: bad interpreter: No such file or directory

Does anyone know what wish is and where I can get it?

Thanks,

moses 03-31-2003 08:46 AM

wish is a TCL/TK WIndowing SHell. You'll have to have TCL and TK
installed to use it.

evian 03-31-2003 11:19 AM

can i use it with gnome?

moses 03-31-2003 11:49 AM

If you have TCL and TK installed, yes.

evian 03-31-2003 02:03 PM

Ok,

I have now got these things installed, but I have come accross another problem :(. The program looks for wish, but when it is installed it insatalls as wish8.4. So I still get the same error, and I can't rename the file. How should i fix this?

thanks,

bahamat 03-31-2003 02:17 PM

create a symlink to it

cd /usr/bin
ln -s wish8.4 wish


All times are GMT -5. The time now is 08:46 PM.