Hi, When I run:
perl -w -E 'use Net::LDAP::Constant q/LDAP_SYNC_INFO/; say LDAP_SYNC_INFO' I got answer: 1.3.6.1.4.1.4203.1.9.1.4 Sorry about my N00Bness, but I don't know a good way to check my libnet-ldap-perl version... However I did "apt-get install libnet-ldap-perl" and got answer "libnet-ldap-perl is already the newest version.", I also did "apt-cache show libnet-ldap-perl" and it says "Version: 1:0.39-1". What comes to checking about multiple installations of Net::LDAP I don't know how to do that, any hints? I have installed my Debian box very carefully and it should only have the packages I need. I have pretty good documentation of commands how I have done that. Only other LDAP thingy which comes to my mind is PHP5-LDAP which is installed. Regards, Sami -----Original Message----- On Tue, Apr 14, 2009 at 09:50:37AM +0200, Sipponen, Sami wrote: > I'm running Smokeping 2.3.6 on Debian Squeeze (Linux 2.6.26-2-686 on i686) > and got this message repeatedly to my syslog: > > Apr 14 10:30:48 sensping1 smokeping[3719]: "LDAP_SYNC_INFO" is not exported > by the Net::LDAP::Constant module at > /usr/share/perl5/Net/LDAP/Intermediate.pm line 10 That's weird. So this is libnet-ldap-perl 1:0.39-1 ? Does this work for you? % perl -w -E 'use Net::LDAP::Constant q/LDAP_SYNC_INFO/; say LDAP_SYNC_INFO' 1.3.6.1.4.1.4203.1.9.1.4 Is it possible that you have another Net::LDAP installation on the system? -- Niko Tyni _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
