Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
Espaņol
SuSE Linux: Version 6.0
The command ./setup-dosemu
causes the following message:
*** NOTE: setup-dosemu needs TclTk, you don't have it.
When generating the setup script a variable was used erroneously.
Modify line 6 in the file setup-dosemu
from:
if [ "" != "" ]; then
to:
if [ "$DISPLAY" != "" ]; then
Or obtain a copy of the prepared file from our FTP site ftp://ftp.suse.com/pub/suse_update/suse60/emu1/setup-dosemu.gz
and copy it to /var/lib/dosemu
. Move the "old" file
and unpack the new one. Then you will need to modify the rights on
the file:
mv setup-dosemu setup-dosemu.old gunzip setup-dosemu.gz chmod 755 setup-dosemu
See also:
Keywords: DOSEMU, SETUP-DOSEMU, TCLTK, 6.0
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
Espaņol