Subject: | test errors in perl-ldap-0.30 |
my config: perl-5.8.1 (ithreads, shared libperl), Solaris 7 (sparc),
gcc-3.1.1, openssl-0.9.7b, openldap-2.1.8 and the latest&greatest
modules from CPAN (all required by perl-ldap).
I see failures in t/55ssl.t - I tried to figure out whether this is
a misconfiguration on my side, and tried to find the root cause, but
did not succeed. Maybe you can help.
The test/verbose log is attached, here is my test.cfg. Please let me
know if I shall send any additional info.
Thanks,
Marek
test.cfg:
# Currently test that require a server are only implemented to work
# with slapd from the OpenLDAP project. Edit this file so the tests
# can find the executable and know what type of server it is
# Set this to the path to where you have slapd
$SERVER_EXE = "/opt/TWWfsw/openldap218/libexec/slapd";
# This should be one of
# openldap1
# openldap2
# openldap2[+ssl][+ipc][+sasl]
$SERVER_TYPE = "openldap2+ssl+ipc+sasl";
# $HOST = "localhost";
# If you are using openldap 2.1 then you will need to change this to
point
# to your installation schema dir (eg /usr/local/etc/openldap/schema)
$SCHEMA_DIR = "/home/hwadm/Perl/Ldap/schema";
$EXTERNAL_TESTS = 1;
%sortctrl = (
host => 'webmail.infineon.com',
base => 'C=DE',
filter => '*',
order => 'mail',
);
1;
Message body is not shown because it is too large.