I'm using sendmail 8.12.11 ( including the Milter interface), and I want to use the Perl interface Sendmail::Milter.
To install Sendmail::Milter, I had done the following:
cd /usr/local/src/Sendmail-Milter-0.18 perl Makefile.PL /usr/local/src/sendmail-8.12.11\ /usr/local/src/sendmail-8.12.11/obj.Linux.2.4.19-4GB.i686 make make install
I used a script given by Derek Balling:
www.tpj.com/documents/s=7178/sam0206l/ <http://www.tpj.com/documents/s=7178/sam0206l/>
The critical line is:
if (not Sendmail::Milter::auto_setconn($ARGV[0], $ARGV[1]))
I get the error message:
/usr/bin/perl: relocation error: /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/auto/Sendmail/Milter/Milter.so: undefined symbol: smfi_setconn
It seems that there is missing something.
But, I have installed Sendmail::Milter, and I have no idea what should I do.
If anybody has an idea, please help.
Yours,
Dirk Tamme
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]