From: Chris R. <chr...@me...> - 2000-08-01 14:23:09
|
Bruce Barnett <ba...@bi...> wrote: > I'm on Solaris 5.6 SPARC, using the Sun Compiler. > The latest Perl::LDAP fails self-test. > All of the other modules are up to date according to the CPAN. > > grymoire% perl *.PL [...] > PERL_DL_NONLAZY=1 /local/bin/perl -Iblib/arch -Iblib/lib > -I/local/lib/perl5/5.6.0/sun4-solaris-thread-multi > -I/local/lib/perl5/5.6.0 -e 'use Too many 5.6's here :-) You're installing in a copy of Perl 5.6 on Solaris 2.6 (aka SunOS 5.6) Since Net::LDAP doesn't need a C compiler, that information's not relevant. I expect the problem is a combination of Solaris 2.6 and Perl 5.6 not playing together very well. Perl 5.6 has some known problems, and Net::LDAP tickles them unfortunately. Upgrade (:-) to perl 5.005 and you should have more luck. Cheers, Chris |