From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6502 invoked by alias); 21 Jan 2003 02:04:01 -0000 Mailing-List: contact rhdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhdb-owner@sources.redhat.com Received: (qmail 6408 invoked from network); 21 Jan 2003 02:04:00 -0000 Received: from unknown (HELO theashergroup.com) (209.233.238.162) by 172.16.49.205 with SMTP; 21 Jan 2003 02:04:00 -0000 Received: (qmail 10435 invoked by uid 48); 21 Jan 2003 02:10:33 -0000 Received: from 192.168.0.64 (SquirrelMail authenticated user jerry) by theashergroup.com with HTTP; Mon, 20 Jan 2003 18:10:33 -0800 (PST) Message-ID: <3197.192.168.0.64.1043115033.squirrel@theashergroup.com> Date: Tue, 21 Jan 2003 02:04:00 -0000 Subject: rhdb-admin can't find a usable itcl.tcl on rh 8.0 From: "Jerry Asher" To: X-Priority: 3 Importance: Normal MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2003-q1/txt/msg00021.txt.bz2 I installed RHDB2.1 from the iso on RHL 8.0. I installed the itcl-3.2.1-81 rpm. When I run rhdb-admin, nothing appears to happen. When I go through the script and run it manually, it dies and complains that it can't find a usable itcl.tcl. Now I happen to know that there is an itcl.tcl in: /usr/share/itcl3.2/itcl.tcl But I don't know the proper way to tell rhdb-admin (or any tcl program) that information. Recommendations? Thanks, Jerry [root@moe rhdb-admin]# ./rhdb-admin.tcl Error in startup script: Can't find a usable itcl.tcl in the following directories: /usr/lib/itcl3.2 /usr/bin/../lib/itcl3.2 /usr/bin/../library /usr/bin/../../library /usr/bin/../../itcl/library /usr/bin/../../../itcl/library This probably means that Itcl/Tcl weren't installed properly. If you know where the Itcl library directory was installed, you can set the environment variable ITCL_LIBRARY to point to the library directory. while executing "error $msg" (procedure "_find_init" line 43) invoked from within "_find_init" (in namespace eval "::itcl" script line 46) invoked from within "namespace eval ::itcl { proc _find_init {} { global env tcl_library variable library variable version rename _find..." invoked from within "load /usr/lib/itcl3.2/../libitcl3.2.so Itcl" ("package ifneeded" script) invoked from within "package require Itcl" (file "./rhdb-admin.tcl" line 30) [root@moe rhdb-admin]#