Subject: Re: config.sh for perl5.001 ?
To: Simon J. Gerraty <sjg@frodo.dn.itg.telecom.com.au>
From: matthew green <mrg@mame.mu.oz.au>
List: current-users
Date: 04/19/1995 16:01:35
   Anyone got a perl5.001/config.sh that worked (passed all tests) under
   -current?  

on what architecture ?
   
   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.

i got similar results, and i'm looking in to it at the moment.  but
i have not worked out what is happening (perl is dumping core in
dlopen()) ..

.mrg.