K 10 svn:author V 5 markm K 8 svn:date V 27 1998-09-23T06:11:35.000000Z K 7 svn:log V 250 Complete the Perl NOSHARED repair. I had not ensured that the shared library was constructed early enough, so perl was linking against the static lib. This was breaking perl under ELF, as perl could not load shared objects (in fact would dump core). END