From c7f85827cf89a088fa85808202edc75c820fd14e Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 10 Apr 2009 15:06:29 +0100 Subject: [PATCH] Need to set LD_LIBRARY_PATH so we pick up the right C library. --- perl/run-perl-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/run-perl-tests b/perl/run-perl-tests index 7fc2921..d2280dd 100755 --- a/perl/run-perl-tests +++ b/perl/run-perl-tests @@ -16,4 +16,5 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +export LD_LIBRARY_PATH=../src/.libs make -f Makefile-pl test -- 1.8.3.1