I have a problem when in execute ./configure to install MySql 3.23.53. Configure first run then i have this message at last line
checking for termcap functions library... configure: error: No curses/termcap library found. I can't run make and i don't find how to solve it.

Any solution would be appreciate

    Originally posted by velivol
    I have a problem when in execute ./configure to install MySql 3.23.53. Configure first run then i have this message at last line
    checking for termcap functions library... configure: error: No curses/termcap library found.

    Seems strange that Mandrake wouldn't have a curses/termcap lib. Maybe they've moved it and MySQL wasn't in on the loop? Find it and cp it someplace expected.....

    The historical location is /etc/termcap; on my *BSD sys it's still there.

    I guess another thought would be to get on some Linux/Mandrake forums and see what others have done....

      7 days later

      Be sure you have installed the ncurses and ncurses development RPMs.

        Write a Reply...