Set the lib path for libpqxx
authorarjen <arjen>
Wed, 24 Dec 2003 07:34:59 +0000 (07:34 +0000)
committerarjen <arjen>
Wed, 24 Dec 2003 07:34:59 +0000 (07:34 +0000)
test/t0002a.sh
test/t0003.sh

index 29c3c7f..0f43019 100644 (file)
@@ -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
index 321c57b..d25bfa3 100644 (file)
@@ -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