From: Jarkko Hietaniemi Date: Sun, 9 Mar 2003 13:21:09 +0000 (+0000) Subject: Tru64: additional instructions for building a newer Berkeley DB. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5460b889677b9f352c882dbcd4ad4470b8281664;p=p5sagit%2Fp5-mst-13.2.git Tru64: additional instructions for building a newer Berkeley DB. p4raw-id: //depot/perl@18864 --- diff --git a/README.tru64 b/README.tru64 index e852a5c..449fbce 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 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 diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 8cf54b1..5b15fad 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -409,6 +409,10 @@ case "$LD_LIBRARY_PATH" in "$old_LD_LIBRARY_PATH") ;; *) echo "LD_LIBRARY_PATH is now $LD_LIBRARY_PATH." >& 4 ;; esac +case "$LD_LIBRARY_PATH" in +'') ;; +* ) export LD_LIBRARY_PATH ;; +esac # # Unset temporary variables no more needed.