[open-ils-commits] r10722 - trunk/Open-ILS/src/support-scripts
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Sep 28 22:02:44 EDT 2008
Author: dbs
Date: 2008-09-28 22:02:42 -0400 (Sun, 28 Sep 2008)
New Revision: 10722
Modified:
trunk/Open-ILS/src/support-scripts/settings-tester.pl
Log:
Hard-code path to ldconfig, which is evil but works for Debian/Ubuntu anyways
Modified: trunk/Open-ILS/src/support-scripts/settings-tester.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/settings-tester.pl 2008-09-28 23:15:31 UTC (rev 10721)
+++ trunk/Open-ILS/src/support-scripts/settings-tester.pl 2008-09-29 02:02:42 UTC (rev 10722)
@@ -286,7 +286,7 @@
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;
More information about the open-ils-commits
mailing list