Skip to content

make requires libncurses-dev #54

@iamanigeeit

Description

@iamanigeeit

Putting this here in case anyone also gets the same error.

During ./configure:

checking for tputs in -lncurses... no

and during make:

/usr/bin/ld: siod/editline.c:403: undefined reference to `tgetstr'

It seems libncurses-dev is needed, not just libncurses, so

sudo apt install libncurses-dev

There might also be another make error:

/usr/bin/ld: cannot find -lcurses: No such file or directory

I have libncurses6, so this is solved by:

sudo ln -s /usr/lib/x86_64-linux-gnu/libncurses.so.6 /usr/lib/x86_64-linux-gnu/libcurses.so

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions