5 May
2009
5 May
'09
1:41 p.m.
Don Kehn <dekehn@gmail.com> writes:
display.c:(.text+0x282): undefined reference to `tputs'
This sounds like you are missing curses development libraries. On my machine (Ubuntu Hardy), I think they are in the package libncurses5-dev. Hopefully this will get you one step further. (Btw, on Ubuntu/Debian, a quick shortcut to get all required dependencies installed is the following: sudo apt-get build-dep mysql-server Maybe your system has something similar). - Kristian.