From 0b6df9079e43e27805ca2e6ab3a3ef94997f03a6 Mon Sep 17 00:00:00 2001 From: arjen Date: Wed, 24 Dec 2003 07:34:59 +0000 Subject: [PATCH] Set the lib path for libpqxx --- test/t0002a.sh | 3 +++ test/t0003.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/test/t0002a.sh b/test/t0002a.sh index 29c3c7f..0f43019 100644 --- a/test/t0002a.sh +++ b/test/t0002a.sh @@ -6,6 +6,9 @@ # This tests normal operation in which gcm_input reads a syslog file # directly. +LD_LIBRARY_PATH=/usr/local/pqxx/lib +export LD_LIBRARY_PATH + cd .. if psql gnucomo_test -f src/database/create.sql -q >/dev/null diff --git a/test/t0003.sh b/test/t0003.sh index 321c57b..d25bfa3 100644 --- a/test/t0003.sh +++ b/test/t0003.sh @@ -6,6 +6,9 @@ # There should be warnings printed on stderr. # +LD_LIBRARY_PATH=/usr/local/pqxx/lib +export LD_LIBRARY_PATH + cd .. if psql gnucomo_test -f src/database/create.sql -q >/dev/null -- 2.11.0