Index: openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl 12 Apr 2001 16:58:18 -0000 1.1 +++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl 29 Aug 2001 21:22:48 -0000 1.2 @@ -69,8 +69,8 @@ set my_error_p 1 } elseif { ![file exists "$env(ORACLE_HOME)/ctx/bin/ctxhx"] && ![ad_windows_p]} { append my_errors "
  • The file $env(ORACLE_HOME)/ctx/bin/ctxhx which is needed -by the ACS Content Repository is not present in your filesystem. You must be running Oracle 8.1.6 -with Intermedia installed to use the ACS. If you are using Linux, this file is missing because Oracle +by the OpenACS Content Repository is not present in your filesystem. You must be running Oracle 8.1.6 +with Intermedia installed to use OpenACS. If you are using Linux, this file is missing because Oracle does not distribute it with the Linux version of Oracle. However, you can replace this file with a shell script that acts as a workaround.

    The program ctxhx is primarily used to convert files to HTML or TEXT and can @@ -103,7 +103,7 @@ if {!($usr_bin_p)} { append my_errors "

  • The file /bin/ksh is not present. This file is the Korn shell and is required by Oracle's loadjava utility for adding Java class files to the database. - It must be installed in order for the ACS to install properly. Please obtain it from + It must be installed in order for OpenACS to install properly. Please obtain it from David Korn's Kornshell page. Install it and provide a symbolic link from /bin/ksh to the executable. Alternatively, loadjava is known to work if /bin/sh is linked to /bin/ksh. You can do this by typing