From owner-freebsd-hackers Thu Dec 22 06:25:44 1994 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id GAA02626 for hackers-outgoing; Thu, 22 Dec 1994 06:25:44 -0800 Received: from inet-gw-1.pa.dec.com (inet-gw-1.pa.dec.com [16.1.0.22]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id OAA02618 for ; Thu, 22 Dec 1994 14:25:41 GMT From: knight@zko.dec.com Received: from caboom.zko.dec.com by inet-gw-1.pa.dec.com (5.65/10Aug94) id AA14303; Thu, 22 Dec 94 06:23:13 -0800 Received: by caboom.zko.dec.com (5.65/DEC-SDE-CBM-ULTRIX-10/28/92); id AA03874; Thu, 22 Dec 1994 09:23:12 -0500 Message-Id: <9412221423.AA03874@caboom.zko.dec.com> To: hackers@freebsd.org Cc: knight@zko.dec.com Subject: tcl/tk Date: Thu, 22 Dec 94 09:23:11 -0500 X-Mts: smtp Sender: hackers-owner@freebsd.org Precedence: bulk Didn't someone mention earlier that some sort of change had to be made to tcl/tk in the 2.0R packages to be able to make it run correctly? I've tried a number of things, but when I try to run wish, I always get Tcl_AppInit failed: can't read "tk_library": no such variable % And it won't run. Even setting the environment variable TK_LIBRARY as defined in Ousterhout's book doesn't make the problem go away. (fwiw, I installed the packages in the standard way using PKG_ADD. Things look fine, including the permissions). Thanks.