Installation of LINUXEXPECT

Source: Internet
Author: User
Installation of LINUXEXPECT-Linux Enterprise Application-Linux server application information. The following is a detailed description. Today, my colleague asked me to install secondary CT on two newly installed LINUX systems. To be honest, I really don't know what this thing is.

Later, I checked it and rushed to cram school.

Keep CT [is a] software suite for automatic interactive tools. The system administrator can create scripts to provide input to commands or programs. These commands and programs are expected to be input from the terminal, generally, these inputs must be input manually.

Check the system and find that tcl has been installed.

[Root @ rhel ~] # Rpm-qa | grep tcl
Tcl-8.4.13-3.fc6
Tclx-8.4.0-5.fc6

Later I found out that, because reverse CT needs to be re-compiled and installed, it requires the tcl development kit.

Rpm-ivh -- force tcl-devel-8.4.13-3.fc6.i386.rpm

Then unpack the CT-5.43 package and start reading the INSTALL document. The system administrator told me to run./configure -- help directly to open parameters without reading it. It's really good, and it's just another time :-(.

1. First, determine the installation location of the tcl Development Kit
Rpm-qpl tcl-devel-8.4.13-3.fc6.i386.rpm | more

2. Run./configure according to the parameters.
./Configure -- with-tcl =/usr/lib -- with-tclinclude =/usr/include/tcl-private/generic

3. Execute
Make

4. Execute
Make install

After completing step 4, CT is successfully installed.

Author: Be the miracle!
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.