diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-24 19:58:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-24 19:58:38 +0000 |
commit | 2dfde39dc315bce63fcbe85a117ca1b76dd9fbf3 (patch) | |
tree | 5f4e9912893b4ec6afefbc4a5b662d540ec6eb08 /README.tru64 | |
parent | 077a72a91697decae2d5c3d613a9ee58ec6493c1 (diff) | |
download | perl-2dfde39dc315bce63fcbe85a117ca1b76dd9fbf3.tar.gz |
Tru64: Document the known odbm failure with static builds.
p4raw-id: //depot/perl@15471
Diffstat (limited to 'README.tru64')
-rw-r--r-- | README.tru64 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.tru64 b/README.tru64 index ce2181a4ef..1e178098cd 100644 --- a/README.tru64 +++ b/README.tru64 @@ -91,6 +91,14 @@ During "make test" the C<comp/cpp> will be skipped because on Tru64 it cannot be tested before Perl has been installed. The test refers to the use of the C<-P> option of Perl. +=head1 ext/ODBM_File/odbm Test Failing With Static Builds + +The ext/ODBM_File/odbm is known to fail with static builds +(Configure -Dusedl) due to a known bug in Tru64's static libdbm +library. The good news is that you very probably don't need to ever +use the ODBM_File extension since more advanced NDBM_File works fine, +not to mention the even more advanced DB_File. + =head1 AUTHOR Jarkko Hietaniemi <jhi@iki.fi> |