← Back to team overview

maria-developers team mailing list archive

Re: compile issue and the -lz flag

 

Don Kehn <dekehn@xxxxxxxxx> 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.



Follow ups

References