Index: openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 11 Apr 2003 03:58:09 -0000 1.9 +++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 17 May 2003 09:39:49 -0000 1.10 @@ -41,7 +41,7 @@ } if { [catch { ns_pg_bind 1row $db "select count(*) from pg_class" }] } { - append my_errors "
  • Your Postgres driver is too old. You need to update.\n" + append my_errors "
  • Your Postgres driver is either too old or was not compiled with ACS=1. Please update to a version 2.3 or higher and compile it with ACS=1.\n" set my_error_p 1 }