little feedback so far on a couple of things i've noticed:
--
amavisd.patch produces hunk failure:
patching file amavisd
Hunk #2 succeeded at 262 (offset 2 lines).
Hunk #3 succeeded at 1029 with fuzz 1 (offset 1 line).
Hunk #4 succeeded at 6337 (offset 179 lines).
Hunk #5 FAILED at 7955.
Hunk #6 succeeded at 12829 (offset 475 lines).
1 out of 6 hunks FAILED -- saving rejects to file amavisd.rej (attached)
--
lots of symlinks fail because the link already exists - this sometimes doesnt matter, but sometimes does when version numbers change. we could use 'ln -sf' instead of 'ln -s' but i find that unreliable - better to use 'rm&& ln -s'
--
Thirdparty/Postfix/Postfix-2.2.3 currently exists but install scripts expect 2.2.5
--
when running instal.sh
Checking for prerequisites...
NPTL...MISSING
NPTL is mostly a redhat-ism, although i'm sure more linux distros will use it in the future, nevertheless it's not useful for a portable source install. i disable this check by commenting out line 254 in ZimbraBuild/zcs/util/utilfunc.sh


LinkBack URL
About LinkBacks


