From: dbs Date: Mon, 10 Dec 2007 19:53:46 +0000 (+0000) Subject: Add another simple(ton) filter for build versions of libdbdpgsql.so X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0851068bd75b23ae1fe9876a53a9bf39722aee38;p=Evergreen.git Add another simple(ton) filter for build versions of libdbdpgsql.so git-svn-id: svn://svn.open-ils.org/ILS/trunk@8190 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/support-scripts/settings-tester.pl b/Open-ILS/src/support-scripts/settings-tester.pl index fe00d50a99..90c4e5317a 100755 --- a/Open-ILS/src/support-scripts/settings-tester.pl +++ b/Open-ILS/src/support-scripts/settings-tester.pl @@ -241,7 +241,7 @@ sub test_db_connect { sub check_libdbd { my $results = ''; - my @location = `locate libdbdpgsql.so |grep -v home`; # simple(ton) attempt to filter out build versions + my @location = `locate libdbdpgsql.so | grep -v home | grep -v .libs`; # simple(ton) attempt to filter out build versions if (scalar(@location) > 1) { my $res = "Found more than one location for libdbdpgsql.so.