Hi,
Trying to run easyfw I get:
Error in startup script: unknown floating-point error, errno = 84
("if" test expression)
while compiling
"if { $tk_version < 8.0 } { ..."
(file "/usr/local/bin/easyfw" line 11)
The offending code is:
#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"
#########################################################
# Easy IPCHAINS/IPFWADM Visual interface
#
# Daniel Roche, <[EMAIL PROTECTED]>
# Ladislas HAJNAL pour l'adaptation � ipchains <[EMAIL PROTECTED]>
#########################################################
if { $tk_version < 8.0 } {
puts "easyfw need tcl/tk version 8.0 mininum , aborting !"
exit
}
and yes, I do have tk 8.0 (8.0.4).
Any ideas? I am without a clue.
Pigeon
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]