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.4.2.4 -r1.4.2.5 --- openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 21 Jan 2003 16:43:40 -0000 1.4.2.4 +++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 27 Jan 2003 11:16:13 -0000 1.4.2.5 @@ -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 }