From 6ef99ee911dbf62d49a1dfdbf92f3aeb124e09c2 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 29 Sep 2008 02:02:42 +0000 Subject: [PATCH] Hard-code path to ldconfig, which is evil but works for Debian/Ubuntu anyways git-svn-id: svn://svn.open-ils.org/ILS/trunk@10722 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/settings-tester.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/settings-tester.pl b/Open-ILS/src/support-scripts/settings-tester.pl index 97f59bc0a5..b35c7baf9a 100755 --- a/Open-ILS/src/support-scripts/settings-tester.pl +++ b/Open-ILS/src/support-scripts/settings-tester.pl @@ -286,7 +286,7 @@ sub check_db_langs { sub check_libdbd { my $results = ''; - my @location = `ldconfig --print | grep libdbdpgsql`; # simple(ton) attempt to filter out build versions + my @location = `/sbin/ldconfig --print | grep libdbdpgsql`; # simple(ton) attempt to filter out build versions unless(@location) { # This is pretty distro-specific, but let's worry about other distros and operating systems when we get there my $res = "libdbi PostgreSQL driver not found in shared library path; -- 2.43.2