Set the lib path for libpqxx
[gnucomo.git] / test / t0003.sh
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