liu hui wrote:
> 
> hello;
>   I meet a problem when I wont to install mysql3-23-33.
> after I run the command
> ./configure
> a error report to me
> the last several line are printed as followed:
> "
> checking whether stat file-mode macros are broken... no
> checking return type of signal handlers... void
> checking for type of signal functions... posix
> checking whether programs are able to redeclare getpw functions... yes
> checking for TIOCGWINSZ in sys/ioctl.h... yes
> checking for FIONREAD in sys/ioctl.h... yes
> checking for TIOCSTAT in sys/ioctl.h... no
> checking if struct dirent has a d_ino member... yes
> checking whether signal handlers are of type void... yes
> checking for tgetent in -lncurses... no
> checking for tgetent in -lcurses... no
> checking for tgetent in -ltermcap... no
> checking for termcap functions library... configure: error: No curses/termcap 
>library found
> "
> then the configure terminate.
> I wanna know how to deal this question.
> thank you lot
> 
>                          liu hui

You are missing the curses and termcap libraries.
Load them from your CD.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to