Re: "LDAP_SYNC_INFO" is not exported by the Net::LDAP::Constant module
Marc Girod <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 14, 2010 at 3:28 PM, Graham Barr <[email protected]> wrote: > Are you running the latest release ? I doubt it... LDAP.pm says 0.39, Constant.pm 0.07. I have something else to update in this installation... I downloaded now 0.4001 from CPAN. > The issue was due to the fact that constants were created on demand > by reading DATA. This caused problems when there was a fork happening. > > The solution was to read DATA during startup and create all constants. Thanks! Marc