who can help me with an install of perl-ldap 0.31?
I'm having two problems in the testing phase of the installation, one is the gpg signature appears to be broken, it dies with this error:
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.3 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/0-signature.....gpg: Signature made Thu Jan 1 05:44:36 2004 EST using DSA key ID 06D8C374
gpg: Can't check signature: public key not found
==> BAD/TAMPERED signature detected! <==
# Failed test (t/0-signature.t at line 18)
# Looks like you failed 1 tests of 1.
t/0-signature.....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Also, all of the tests that require an ldap server are skipped, even though slapd is running. What would be causing this, and how should I fix it? Here's the output from those tests:
t/50populate......skipped
all skipped: No server
t/51search........skipped
all skipped: No server
t/52modify........skipped
all skipped: No server
t/53schema........skipped
all skipped: No server
t/54dse...........skipped
all skipped: No server
t/55ssl...........skipped
all skipped: No server
t/56ipc...........skipped
all skipped: No server
t/57url...........skipped
all skipped: No server
t/70sortctrl......skipped
all skipped: External tests disabledAnd the rest of the output from the tests: Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/0-signature.t 1 256 1 1 100.00% 1 9 tests skipped. Failed 1/15 test scripts, 93.33% okay. 1/424 subtests failed, 99.76% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK
I've been working on this for quite a while and I'm fairly frustrated with it, what am I doing wrong?
