Comment 2 for bug 999492

Revision history for this message
Ignacio Nin (ignacio-nin) wrote : Re: binary build mysql linked against libtinfo.so.5 instead of libncurses.so.5

The binary is linked against ncurses, but for CentOS (where the binary is built) libncurses.so is what links against libtinfo.so. This may bring issues in systems where libtinfo symbols are contained in libnurses and no libtinfo.so library is provided separately.

A viable solution for this would be to link statically against ncurses.