I am attempting to get Perl::LDAP running on a (DEC/Compaq/HP) Alpha
running Tru64 V5.1
I am having some trouble with the pre-requisites. Hopefully someone can
point me in the right direction.
I have downloaded and installed /OpenSSL/openssl-0.9.7b
The 'make test' for /Net_SSLeay.pm-1.23 was clean for tests 1-13 but I
needed to Ctrl-C the 'contact external sites' test.
...
ok 11
Sending 1 MB over pipes, may take a while (and some VM)...
...took 2 secs (512 KB/s)
ok 12
ok 13
Now about to contact external sites...
www.bacus.pt
www.cdw.com
banking.wellsfargo.com
secure.worldgaming.net
www.ubs.com
You have 5 seconds of time to hit Ctrl-C if you do not like this.
So far there were no errors in tests.
Following tests _will_ fail if you do not have network
connectivity (or if the servers are down or have changed).
*** Exit 130
Stop.
[EMAIL PROTECTED]:> ping www.bacus.pt
PING mail.bacus.pt (199.4.110.40): 56 data bytes
64 bytes from 199.4.110.40: icmp_seq=0 ttl=234 time=217 ms
64 bytes from 199.4.110.40: icmp_seq=1 ttl=234 time=214 ms
...
The 'make install' appeared good.
I have come to a grinding halt however with /IO-Socket-SSL-0.92
Test 1 and 2 are ok.
t/01loadmodule.....ok
t/02settings.......ok
I have put some additional print statements in t/compatibility.t
The lines 28 and 60 are the two '&IO::Socket::SSL::socketToSSL' calls.
Where do I go next?
Regards,
Paul
[EMAIL PROTECTED]:> PERL_DL_NONLAZY=1 /usr/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(2, 'blib/lib',
'blib/arch')" t/compatibility.t
t/compatibility....1..6
ok
Undefined SSL object at t/compatibility.t line 28
Undefined SSL object at t/compatibility.t line 60
client=IO::Socket::INET=GLOB(0x140363150)
contact=IO::Socket::INET=GLOB(0x140363130)
server=IO::Socket::INET=GLOB(0x1403631b0)
Use of uninitialized value in concatenation (.) or string at
/usr/local/lib/perl5/site_perl/5.8.0/alpha-dec_osf/Net/SSLeay.pm line
460.
SSL connect attempt failed
SSL Error String: 72507: 1 - error:24064064:random number
generator:SSLEAY_RAND_BYTES:PRNG not seeded
at t/compatibility.t line 28
Use of uninitialized value in concatenation (.) or string at
/usr/local/lib/perl5/site_perl/5.8.0/alpha-dec_osf/Net/SSLeay.pm line
460.
SSL accept failed
SSL Error String: 72506: 1 - error:1408F10B:SSL
routines:SSL3_GET_RECORD:wrong version number
at t/compatibility.t line 60
not ok
ok
ok
not ok
not ok
FAILED tests 4-6
Failed 3/6 tests, 50.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------
-------
t/compatibility.t 6 3 50.00% 4-6
Failed 1/1 test scripts, 0.00% okay. 3/6 subtests failed, 50.00% okay.
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=dec_osf, osvers=5.1, archname=alpha-dec_osf
uname='osf1 itut142.inettest.det.nsw.edu.au v5.1 1885 alpha '
config_args='-de'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-std -D_INTRINSICS -fprm d -ieee -DLANGUAGE_C',
optimize='-O4',
cppflags='-std -D_INTRINSICS -fprm d -ieee -DLANGUAGE_C'
ccversion='V6.4-014', gccversion='', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='ld', ldflags =''
libpth=/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib
/var/shlib
libs=-ldbm -ldb -lm -lutil
perllibs=-lm -lutil
libc=/usr/shlib/libc.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='
-Wl,-rpath,/usr/local/lib/perl5/5.8.0/alpha-dec_osf/CORE'
cccdlflags=' ', lddlflags='-shared -expect_unresolved "*" -O4 -msym
-std -s'
Characteristics of this binary (from libperl):
Compile-time options: USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES
Built under dec_osf
Compiled at Nov 7 2002 06:59:07
@INC:
/usr/local/lib/perl5/5.8.0/alpha-dec_osf
/usr/local/lib/perl5/5.8.0
/usr/local/lib/perl5/site_perl/5.8.0/alpha-dec_osf
/usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl
**********************************************************************
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**********************************************************************