Subject: config.sh for perl5.001 ?
To: None <current-users@NetBSD.ORG>
From: Simon J. Gerraty <sjg@frodo.dn.itg.telecom.com.au>
List: current-users
Date: 04/19/1995 12:24:11
Anyone got a perl5.001/config.sh that worked (passed all tests) under
-current?  

I got:
op/misc........PROG: -P
 
use POSIX;
EXPECTED:

GOT:
Can't find 'boot_POSIX' symbol in ../lib/auto/POSIX/POSIX.so
 at ../lib/POSIX.pm line 201
BEGIN failed--compilation aborted at .22308.c line 2.
FAILED on test 3
...
lib/anydbm.....FAILED on test 0
lib/db-btree...FAILED on test 0
lib/db-hash....FAILED on test 0
lib/db-recno...FAILED on test 0
...
lib/ndbm.......FAILED on test 0
...
lib/posix......Can't find 'boot_POSIX' symbol in ../lib/auto/POSIX/POSIX.so
 at ../lib/POSIX.pm line 201
BEGIN failed--compilation aborted at ./lib/posix.t line 13.
FAILED on test 0
...
Failed 8/90 tests, 91.11% okay.