From: Joshua J. E. <jj...@sa...> - 2002-11-07 21:16:56
|
Same here. Downloaded the 0.06 module -- it compiles with sasl2, but segfaults at runtime when I call the client_new constructor: #!/usr/bin/perl use Net::LDAP; use Authen::SASL; use Authen::SASL::Cyrus; $ldap = Net::LDAP->new('cplant-son', onerror => 'die'); $sasl = Authen::SASL->new(); $conn = $sasl->client_new("ldap", "ldapserver"); -JE ----------------------------------------------- Josh England Sandia National Laboratory, Livermore, CA Distributed Information Systems email: jj...@sa... phone: (925) 294-2076 On Thu, 2002-11-07 at 13:10, Quanah Gibson-Mount wrote: > > > --On Thursday, November 07, 2002 2:53 PM -0500 Mark Adamson > <ad...@an...> wrote: > > > > > > >> This is great news! Do you have a web page where you'll release the > >> module, or will it be on CPAN? > > > > > > I just now uploaded a 0.06 module. I haven't done heavy testing of it > > since there are those anxious to get their hands on it. Appended below is > > the patch to Cyrus.xs, and you will need to tell Makefile.PL to grab the > > sasl2 library. > > Patches applied, compiled against sasl2, SASL2 defined, and fixed the > include for sasl.h. > > I still get the same exact error as before. > > --Quanah > > > -- > Quanah Gibson-Mount > Senior Systems Administrator > ITSS/TSS/Computing Systems > Stanford University > GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html |