summaryrefslogtreecommitdiff
path: root/README.tru64
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-03-09 13:21:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-09 13:21:09 +0000
commit5460b889677b9f352c882dbcd4ad4470b8281664 (patch)
treed9b569c82b5584c4b18b7558709c6b589c2c8767 /README.tru64
parent09540bc3de84b057c3f1f2425ba0ce144d6c4617 (diff)
downloadperl-5460b889677b9f352c882dbcd4ad4470b8281664.tar.gz
Tru64: additional instructions for building a newer Berkeley DB.
p4raw-id: //depot/perl@18864
Diffstat (limited to 'README.tru64')
-rw-r--r--README.tru643
1 files changed, 2 insertions, 1 deletions
diff --git a/README.tru64 b/README.tru64
index e852a5cb11..449fbce776 100644
--- a/README.tru64
+++ b/README.tru64
@@ -75,7 +75,8 @@ something broke (even though the DB stayed at release 1.85) and
the DB_File extension test db-hash.t may fail by dumping core after
the subtest 21. There really is no good cure as of Tru64 V5.1A expect
installing a newer Berkeley DB and supplying the right directories for
--Dlocincpth=/some/include and -Dloclibpth=/some/lib when running Configure.
+-Dlocincpth=/some/include and -Dloclibpth=/some/lib when running Configure
+B<and> before running "make test" setting your LD_LIBRARY_PATH to /some/lib.
You can also work around the problem by disabling the DB_File by
specifying -Ui_db to Configure, and then using the BerkeleyFile module