hi again,

i'll update/refresh & take a look!

actually, a semantic misstatement on my part ...

I think, but I'm not sure, that I have run into situations where just
svn update ; make ; make install  did not update the man pages.

When working with svn trunk it is a good idea every so often to do a
make distclean

before building to make sure that you are not making use of any garbage
left over from something that has been fixed.

hehe.  been there, done that ... many hours lost! 8-}

i've actually gotten in the habit of starting with a clean/complete 'co' every time, rm'ing all the bin dirs, etc etc

Of course then you have to remember, as I often forget, to use the
ENABLE_SSL=yes option in the perl Makefile.PL command if you are using
SSL with spamd.

yup. at my age, notes & build scripts are my friend!

   perl Makefile.PL \
   PREFIX=/usr/local/spamassassin \
   DATADIR=/var/Data/SpamAssassin \
   CONFDIR=/var/Settings/SpamAssassin \
   ENABLE_SSL="yes" \
   LDDLFLAGS="-L/usr/local/ssl/lib -lssl -lcrypto" \
   LDFLAGS="-bind_at_load -L/usr/local/ssl/lib -lssl -lcrypto -ldl" \
   INC="-I/usr/local/ssl/include"

works for me! (after i figured out that MakeMaker doesn't 'like' CPPFLAGS, but rather INC ... sigh)

cheers,

richard

Attachment: pgpYxFKQFNEad.pgp
Description: PGP signature

Reply via email to