Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration is missing library `tinfo' (building on CentOS 6.x) #271

Closed
a-tinsmith opened this issue Oct 25, 2016 · 0 comments
Closed
Assignees
Milestone

Comments

@a-tinsmith
Copy link

Steps to reproduce:

  1. Building SIPp on CentOS 6.x: ./build.sh --with-pcap --with-rtpstream

Result:
Build fails with link error:
/opt/rh/devtoolset-3/root/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/ld: src/sipp-screen.o: undefined reference to symbol 'stdscr'

Workaround:
Add -ltinfo to Makefile:
LIBS = -lpcap -lm -lpthread -lrt -ldl -lncurses -ltinfo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants