From owner-freebsd-ports Tue Jun 2 19:20:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01665 for freebsd-ports-outgoing; Tue, 2 Jun 1998 19:20:44 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01655 for ; Tue, 2 Jun 1998 19:20:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA18454; Tue, 2 Jun 1998 19:20:01 -0700 (PDT) Date: Tue, 2 Jun 1998 19:20:01 -0700 (PDT) Message-Id: <199806030220.TAA18454@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: "William D. Ward" Subject: Re: ports/6809: Scotty doesn't want to install. It appears to compile fine. Reply-To: "William D. Ward" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6809; it has been noted by GNATS. From: "William D. Ward" To: freebsd-gnats-submit@freebsd.org Cc: eculp@ver1.telmex.net.mx Subject: Re: ports/6809: Scotty doesn't want to install. It appears to compile fine. Date: Tue, 2 Jun 1998 21:17:05 -0500 (CDT) Here is a possible workaround for this problem. It is relaited to the information tclsh returns from 'info sharedlibextension'. The same error message is reported when I run scotty (installed using the package) from the command line: planck# cat /usr/local/lib/tnm2.1.8/pkgIndex.tcl package ifneeded Tnm 2.1.8 "load /usr/local/lib/tnm2.1.8[info sharedlibexten sion]" Substitute '[info sharedlibextension]' with '.so' in the pkgIndex.tcl file: planck# cat /usr/local/lib/tnm2.1.8/pkgIndex.tcl package ifneeded Tnm 2.1.8 "load /usr/local/lib/tnm2.1.8.so" Scotty starts up and runs with no problem. Interestingly, nothing is returned when I try 'info sharedlibextension' in tclsh: planck# tclsh8.0 % info sharedlibextension % Software versioning installed on my system: tcl-8.0.2 Tool Command Language. tk-8.0.2 Graphical toolkit for TCL. scotty-2.1.8 network management extensions to tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message