Dear Dalimil Gala,
I use Openprotect with qmail on Debian stable (Woody) where gcc version is "2.95.4"
Your code in openprotect-script detecting gcc version omits the .4 in the end of identity string (thus refusing to continue).
$temp =~ /version (\d+\.*\d*)/; $GCCV = $1; if ( ! ( $GCCV gt $NGCC) ) { &pnl("\nYou need GCC version $NGCC or above"); exit(0); }
Thanks for the report!!! you came close to the problem, actually $NGCC is 2.95, so the comparison should be ge, not gt :). will patch immediately.
cheers, Ganesh, KM. -- K.M.Ganesh | Mobile: +91 (0) 9444080290 Opencomputing Technologies | http://opencompt.com Server Side E-Mail Protection.
