RE: itcl in insight

"Patrick Monnerat" <[email protected]> Fri, 13 Mar 2015 10:45:25 +0100
Newsgroups gmane.comp.debugging.insight
Message-ID <AB5E58B87EB73C46A38073D8F459F113DA00DE@dataspheresrv01>
=20
Robert Bu wrote:

> I tried your method. That's great.

:-)

> However, is that possible to install dependent tcl packages with
insight?  So that I can run insight on the host even if there's no Itcl
related on that host.

Not anymore: the last version of insight does not bundle tcl/tk/etc
anymore and only relies on preinstalled packages.
Sometimes ago, there was an insight rpm package in EPEL, but I think the
maintainer has dropped it. You might re-create an rpm spec file for it
with dependencies to itcl, itk, iwidgets, etc and use "yum localinstall"
on the platforms you want to install it. Doing so will pull the proper
packages in.
I'm the packager for Fedora, but I do not plan to maintain an insight
EPEL package myself.
Here is the current spec file for Fedora:
http://pkgs.fedoraproject.org/cgit/insight.git/tree/insight.spec
You can use it as a starting point for your custom RHEL package. But
you'll need to adapt it: it is 6 month old :-/

Cheers,
Patrick