Tk - Re: Installing Tk on Solaris 10 New to CPAN

Posted on Tue Mar 6 18:54:25 2007 by gidimille in response to 4478 (See the whole thread of 3)
Re: Installing Tk on Solaris 10 New to CPAN
Thanks for getting back to me basically I am trying to install a tool called clusterssh which has a reqiuerment for Tk and X11:: Protocol As as shown in the README file
multiple hosts concurrently. Quick Install Guide =================== Ensure you have the pre-requisite perl modules installed. Required modules are: Tk X11::Protocol For each of these modules, run the following command. If it fails, either install from your apt-get or yum repositories, or download and install the module from http://search.cpan.org/ $ perl -M<module> -e "print" i.e. $ perl -MTk -e "print" If all modules are present, perform the following: $ ./configure $ make $ make install For more advanced options, refer to the INSTALL file.
are you tell me that I downloaded the wrong thing
I have tried two different ways of getting Tk 1 I did a serch for it at http://search.cpan.org/ click on Tk then the link Tk804.0.27 and then I +downloaded both Feb 07 version followed the readme files and I got the same thing I have also tried doing the following perl -MCPAN -e 'install Tk' and it fails at the same point
Any help will be appreciated
Write a response