Learning On Demand

Learning anything from anywhere

2 Comments

ebox Said,
July 7th, 2008 @5:58 pm  

I’ve similar problem, how did you solve it ?
I’ve file v4.23 installed, but maia don’t recognised

mygif
Brad Koch Said,
November 29th, 2008 @5:09 am  

I recently encountered this problem as well. After some investigation, I found that file sends its version output to stderr. In configtest.pl, the version is determined by running a regex on the output of
file -v 2>/dev/null
Notice that stderr is redirected to /dev/null and not caught. However, it would not have been caught anyway by the `$command` method used in the script.
Apparently, something changed recently and the test no longer works. This issue has been reported to the amavis maia mailing list.

mygif
Leave Your Comments Below

Please Note: All comments will be hand modified by our authors so any unsuitable comments will be removed and you comments will be appreared after approved