- Timestamp:
- 06/12/08 15:50:22 (4 months ago)
- Location:
- branches/acq-experiment
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
Open-ILS/src/support-scripts/settings-tester.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/acq-experiment
- Property svnmerge-integrated changed from /trunk:1-9810 to /trunk:1-9816
-
branches/acq-experiment/Open-ILS/src/support-scripts/settings-tester.pl
r9533 r9817 244 244 my $results = ''; 245 245 my @location = `locate libdbdpgsql.so | grep -v home | grep -v .libs`; # simple(ton) attempt to filter out build versions 246 unless(@location) { 247 my $res = "Libdbi postgres driver not found\n"; 248 print $res; 249 return $res; 250 } 246 251 if (scalar(@location) > 1) { 247 252
