Forum .LRN Q&A: missing packages-install.tcl

Collapse
Posted by mel m on
Hi all,

I've been trying to install dotlrn version 2.1.0, 2.0.2, 2.0.3, 2.1.1 and 2.1.3 all to no avail: all installations reported that packages-install.tcl file was missing.

Installation of openacs-5.2.2 however was a success.

Question:
1. What is packages-install.tcl, and is it generated automatically by the installer?
2. Does the version of postgres affect the installation?
3. How do I get around this problem?

My setup:
1. PostgreSQL 8.0.4
2. AOLServer 4.0.10
3. tcl 8.4.9 (with threads enabled)
4. tDOM 0.8.0 (with threads enabled)

Regards,

--mel

Collapse
Posted by mel m on
additional info: after looking through the error.log, i found this error during installation: .... lots of SQL statements deleted ....
CONTEXT:  SQL statement "insert into acs_privilege_hierarchy (privilege, child_privilege) values ( $1 ,  $2 )"
PL/pgSQL function "acs_privilege__add_child" line 5 at SQL statement

    invoked from within
"db_source_sql_file -callback apm_ns_write_callback acs-kernel-create.sql"
    (procedure "install_do_data_model_install" line 7)
    invoked from within
"install_do_data_model_install"
    invoked from within
"if { ![install_good_data_model_p] } {
    install_do_data_model_install
} else {
    ns_write "Kernel data model already installed."
    # If kernel i..."
    (file "/var/lib/aolserver/dotlrn210/packages/acs-bootstrap-installer/installer/install.tcl" line 37)
    invoked from within
"source $__file "
[05/Apr/2006:23:42:41][21193.3068902320][-conn:dotlrn210::2] Warning: tclfilter: install_handler return invalid result:
.... end of excerpt... After this, the aolserver will be stopped by the installation script (i.e. installation was done). So I restarted, and this the error that mentioned about the missing packages-instal
[05/Apr/2006:23:44:04][21193.3065744304][-conn:dotlrn210::0] Warning: tclfilter: install_handler return invalid result:
[05/Apr/2006:23:44:06][21193.3068902320][-conn:dotlrn210::2] Error: Unable to source /var/lib/aolserver/dotlrn210/packages/acs-bootstrap-installer/installer/packages-install.tcl: file does not exist.
l.tcl: