From: Chris R. <chr...@me...> - 2001-02-12 08:51:57
|
Geert Premereur <Gee...@in...> wrote: > Hi, > > I just downloaded and installed from CPAN Bundle::Net::LDAP (so I should > have the latest version). > > I do have trouble however performing even the simplest function. Whatever > LDAP function I call, the library returns a protocol error. Yet, I use the > most simple program I can think of : Are you by any chance using perl 5.6 with threading support compiled in? That is known to cause problems with Convert::ASN1. The only way out for now is to rebuild perl without thread support. Cheers, Chris |