Hi!,
I've got a problem with CCS 5.3 setup on my Gentoo Linux. The system is 64-bit (x86_64). All required 32-bit libraries (according to 'Linux Host Support' wiki page) are installed in /usr/lib32. I've tried to install CCS both as normal user and root, with linux32 environment and with LD_LIBRARY_PATH=/usr/lib32. The result is always the same - setup fails with following message:
Error in action ExecuteAction
Error in action ExecuteScript
couldn't find procedure Tcl_Init
while executing
"::InstallJammer::actions::$component $this"
while executing
"$obj execute"
(procedure "::InstallJammer::ExecuteActions" line 69)
invoked from within
"::InstallJammer::ExecuteActions $action -parent $id -conditions $eval"
(procedure "::InstallJammer::actions::ExecuteAction" line 35)
invoked from within
"::InstallJammer::actions::$component $this"
while executing
"$obj execute"
(procedure "::InstallJammer::ExecuteActions" line 69)
invoked from within
"::InstallJammer::ExecuteActions "Startup Actions""
(procedure "::InstallJammer::InstallMain" line 10)
invoked from within
"::InstallJammer::InstallMain"
(procedure "ThemeMain" line 2)
invoked from within
"ThemeMain "
invoked from within
"if {![info exists ::InstallJammer]} { ThemeMain }"
(file "/installkitvfs/main2.tcl" line 52212)
invoked from within
"source [file join $::installkit::root main2.tcl]"
(file "/installkitvfs/main.tcl" line 3)