|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-11-16 11:21 UTC] dextra at angelfire dot com
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 I get this when i just type ./configure. I tryed to install it with apachetoolbox after manual compiling but i get the same error. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 05:00:01 2025 UTC |
um oeps sorry. wrong file :(. This is the right one. configure:8109: (Each undeclared identifier is reported only once configure:8109: for each function it appears in.) configure: failed program was: #line 8105 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/ioctl.h> int main() { int x = TIOCSTAT; ; return 0; } configure:8135: checking if struct dirent has a d_ino member configure:8169: gcc -c -O3 -DDBUG_OFF conftest.c 1>&5 configure:8190: checking whether signal handlers are of type void configure:8210: gcc -c -O3 -DDBUG_OFF conftest.c 1>&5 configure:8236: checking for tgetent in -lncurses configure:8255: gcc -o conftest -O3 -DDBUG_OFF -rdynamic conftest.c -lncurses -lpthread -lz -lcrypt -lnsl -lm -lpthread 1>&5 /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status configure: failed program was: #line 8244 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char tgetent(); int main() { tgetent() ; return 0; } configure:8274: checking for tgetent in -lcurses configure:8293: gcc -o conftest -O3 -DDBUG_OFF -rdynamic conftest.c -lcurses -lpthread -lz -lcrypt -lnsl -lm -lpthread 1>&5 /usr/bin/ld: cannot find -lcurses collect2: ld returned 1 exit status configure: failed program was: #line 8282 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char tgetent(); int main() { tgetent() ; return 0; } configure:8312: checking for tgetent in -ltermcap configure:8331: gcc -o conftest -O3 -DDBUG_OFF -rdynamic conftest.c -ltermcap -lpthread -lz -lcrypt -lnsl -lm -lpthread 1>&5 /usr/bin/ld: cannot find -ltermcap collect2: ld returned 1 exit status configure: failed program was: #line 8320 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char tgetent(); int main() { tgetent() ; return 0; } configure:8359: checking for termcap functions library