Install ncurses 5.4

Source: Internet
Author: User

First use $ gzip-DV *
Command decompress,
Then use $ tar xvf *
Command decompress,

---------------
Install
6.21.1. Install ncurses
1. Prepare to compile ncurses:
./Configure -- prefix =/usr -- With-shared -- without-Debug

2. Compile the software package:
Make
This package does not contain a test program.

3. install the software package:
Make install

4. Grant the ncurses library file executable permissions:
Chmod-V 755/usr/lib/*. 5.4

5. Fixed a library file that should not have executable permissions:
Chmod-V 644/usr/lib/libncurses ++.

6. Move the library file to a more reasonable/lib directory:
MV-V/usr/lib/libncurses. so.5 */lib

7. Because the library file is moved, some symbolic links point to non-existent files. You need to recreate these symbolic links:
Ln-SFV.../../lib/libncurses. so.5/usr/lib/libncurses. So
Ln-SFV libncurses. So/usr/lib/libcurses. So

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.