Giter Site home page Giter Site logo

configure: error: "curses not found" about core HOT 14 CLOSED

c9 avatar c9 commented on July 17, 2024
configure: error: "curses not found"

from core.

Comments (14)

ajaygh avatar ajaygh commented on July 17, 2024 19

simply install ncurses-dev on ubuntu by sudo apt-get install ncurses-dev

from core.

ordinaryparksee avatar ordinaryparksee commented on July 17, 2024 13

I solved by installing glibc-static

from core.

ygeo avatar ygeo commented on July 17, 2024 8
 # if you are on GentOs or RH
 sudo yum install ncurses-devel

from core.

MyKings avatar MyKings commented on July 17, 2024 6
$ sudo yum install glibc-static ncurses-devel

from core.

jppgks avatar jppgks commented on July 17, 2024 4

Or, build ncurses from source when you don't have root access (using --prefix to specify an install directory other than /usr/local/bin)

  1. Install ncurses
# Download & extract source (anywhere)
wget https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.1.tar.gz
tar -xvf ncurses-6.1.tar.gz
cd ncurses-6.1
# Install
./configure --prefix=$WORKSPACE
make
make install
  1. Set CFLAGS to include ncurses directory when building another program.
./configure --prefix=$WORKSPACE \
  CFLAGS="-I$WORKSPACE/include -I$WORKSPACE/include/ncurses" \
  LDFLAGS="-L$WORKSPACE/lib"

from core.

joshuatam avatar joshuatam commented on July 17, 2024 3

Just tried to install, seems I have to install glibc-static too

from core.

javruben avatar javruben commented on July 17, 2024

This is not a known issue.
This issue would be best placed in this repo: https://github.com/c9/install/issues

Curses is used to compile tmux. If tmux is installed via a package it is not compiled. May I suggest to install tmux via rpm to prevent this error?

from core.

javruben avatar javruben commented on July 17, 2024

This is now fixed. See c9/install#24 (comment)

from core.

redrockzee avatar redrockzee commented on July 17, 2024

This is not fixed or is broken again. It fails for me on Oracle Linux.

[wwz1@dovaolv01d c9sdk]$ uname -a
Linux dovaolv01d 3.8.13-118.3.1.el6uek.x86_64 #2 SMP Fri Jan 29 16:54:21 PST 2016 x86_64 x86_64 x86_64 GNU/Linux

from core.

mengdodo avatar mengdodo commented on July 17, 2024

楼上的完美解决了我的问题,thanks,我的环境是centos6.5

from core.

xluohome avatar xluohome commented on July 17, 2024

yum install glibc-static

from core.

leipzig avatar leipzig commented on July 17, 2024

sudo yum install tmux.x86_64 on rhel7

from core.

pjbrunet avatar pjbrunet commented on July 17, 2024

CentOS 6 here, thanks @MyKings that's what I needed.

from core.

sammysosa12 avatar sammysosa12 commented on July 17, 2024

have anyone tried this on kali linux im having a hard time getting ncurses on there . has anyone have this problem?

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.