Hi, On Thursday, 27. October 2005 16:11, John Eisenschmidt wrote: > I'm trying to build perl-ldap under OpenBSD sparc and I can't get past > building the makefile: > > [EMAIL PROTECTED] uname -a > OpenBSD qed.domain.com 3.7 GENERIC#431 sparc64 > [EMAIL PROTECTED] sudo perl Makefile.PL > Password: > *** ExtUtils::AutoInstall version 0.59 > *** Checking for dependencies... > [Core Features] > - Convert::ASN1 ...missing. (would need 0.07) > ==> Auto-install the 1 mandatory module(s) from CPAN? [y] > [SASL authentication] > - Authen::SASL ...missing. (would need 2) > - Digest::MD5 ...loaded. (2.33) > ==> Auto-install the 1 optional module(s) from CPAN? [n] y > [LDAP URLs] > - URI::ldap ...loaded. (1.11 >= 1.1) > [LDAPS] > - IO::Socket::SSL ...missing. (would need 0.81) > ==> Auto-install the 1 optional module(s) from CPAN? [n] y > [Read/Write DSML files] > - XML::SAX::Base ...missing. > ==> Auto-install the 1 optional module(s) from CPAN? [n] y > [Read/Write LDIF files] > - MIME::Base64 ...loaded. (3.05) > *** Dependencies will be installed the next time you type 'make'. > *** ExtUtils::AutoInstall configuration finished. > *** Installing dependencies... > *** Installing Convert::ASN1... > CPAN: Storable loaded ok > Going to read /home/jeisensc/.cpan/sources/authors/01mailrc.txt.gz > Going to read > /home/jeisensc/.cpan/sources/modules/02packages.details.txt.gz > Database was generated on Fri, 21 Oct 2005 23:14:49 GMT > CPAN: HTTP::Date loaded ok > Going to read /home/jeisensc/.cpan/sources/modules/03modlist.data.gz > Out of memory! > Callback called exit.
I cannot tell the exact problem; it looks like a problem in ExtUtils::AutoInstall. But what about installing perl-ldap's dependences manually ? To get perl-ldap workling you need at least: - Convert-ASN1 - Authen::SASL IO::Socket::SSL is only needed for connections unsing LDAPS / start_TLS XML::SAX is required only if you want to read/write DSMLv1 files. Hope it helps Peter -- Peter Marschall eMail: [EMAIL PROTECTED]