ID: 39854 Comment by: judas dot iscariote at gmail dot com Reported By: mike at brenden dot com Status: Feedback Bug Type: Compile Failure Operating System: ubuntu606 amd64 PHP Version: 5.2.0 New Comment:
Ilia: just an addtional notice .. current mantained "libedit" (http://www.thrysoee.dk/editline/ as stated on the php.net/readline docs) install headers on /usr/include/editline and NOT in /usr/include/readline , I have a patch to fix this , but it was created for an specific non/universal situation , but you maybe can look into it.. see.. http://www.php5.cl/patches/php5-really-with-libedit.patch HTH. Previous Comments: ------------------------------------------------------------------------ [2006-12-17 18:45:08] [EMAIL PROTECTED] What version of libedit are you using? Also, you can try the following patch http://bb.prohost.org/patch/readline.txt ------------------------------------------------------------------------ [2006-12-16 15:53:32] mike at brenden dot com Description: ------------ Related to Bug #35409. ubuntu606 on amd64 php-5.2.0 ./configure --disable-all --with-libedit make still fails Reproduce code: --------------- ./configure --disable-all --with-libedit make gives several compile errors about php_mb_encoding_translation, php_mb_strrchr, etc. and various others (maybe 30 error lines in all), but it first gives: ext/readline/.libs/readline.o: In function `_readline_completion_cb': /files/php-5.2.0/ext/readline/readline.c:430: undefined reference to `completion_matches' which, when my other bulk of desired options is turned on, appears anytime --with-libedit is included. not huge problem, but couldn't figure how to add onto bug #35409 and it appears to still be alive, over one year later. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39854&edit=1