From: arjen Date: Wed, 24 Dec 2003 07:34:59 +0000 (+0000) Subject: Set the lib path for libpqxx X-Git-Tag: V0_0_9~5 X-Git-Url: http://www.andromeda.nl/gitweb/?p=gnucomo.git;a=commitdiff_plain;h=0b6df9079e43e27805ca2e6ab3a3ef94997f03a6 Set the lib path for libpqxx --- 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