On Mon, 30 Jan 2006, Duncan Hill wrote: > On Sunday 29 January 2006 21:19, Matthias Fuhrmann wrote: > > On Sun, 29 Jan 2006, Matthias Fuhrmann wrote: > > > Hello, > > > > > > recently i see many of those lines in our syslog: > > > > > > Jan 29 21:56:06 machine spamd[1951]: Insecure dependency in `` while > > > running with -T switch at /opt/gnu/lib/perl5/site_perl/5.8.3/Sy > > > s/Hostname/Long.pm line 91, <GEN14618> line 90. > > > > > > running 3.0.4 / perl 5.8.3 on sparc sun solaris 5.9. latest version of > > > Sys::Hostname::Long.pm (1.4) has been installed. > > > > > > any idea, on how to cope with that issue? > > > > i was wrong with our SA version. we already got 3.1.0 installed. > > Sys::Hostname::Long calls external binary programs to determine the hostname. > I'd guess that perl is complaining about that.
thanks for that hint. i'll try to find the problem, since this error above seems connected to another one in syslog (only listed while running in debug mode it seems): Jan 30 16:02:27 machine spamd[3553]: Insecure dependency in `` while running with -T switch at /opt/gnu/lib/perl5/site_perl/5.8.3/Sys /Hostname/Long.pm line 91, <GEN488> line 294. Jan 30 16:02:27 machine spamd[3553]: spf: cannot load or create Mail::SPF::Query module: Insecure dependency in `` while running with -T switch at /opt/gnu/lib/perl5/site_perl/5.8.3/Sys/Hostname/Long.pm line 91, <GEN488> line 294. regards, Matthias