ID: 48873 Updated by: j...@php.net Reported By: simon at stienen dot name -Status: Open +Status: Assigned -Bug Type: *Compile Issues +Bug Type: Readline related Operating System: FreeBSD 7.2 PHP Version: 5.3.0 -Assigned To: +Assigned To: jani New Comment:
It's because you used both --with-libedit and --with-readline. You should use either or. I'll try see if there's some easy way to fix it. Previous Comments: ------------------------------------------------------------------------ [2009-07-09 15:58:25] simon at stienen dot name Description: ------------ ./configure lists: -- snip -- --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only) --with-readline[=DIR] Include readline support (CLI/CGI only) --with-recode[=DIR] Include recode support -- snip -- Reproduce code: --------------- ./configure --prefix=/usr/local --exec-prefix=/usr/local --localstatedir=/var --with-apxs2filter --with-pcre-regex --with-zlib --enable-bcmath --with-bz2 --with-curl --with-curlwrappers --enable-exif --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-xpm-dir --with-freetype-dir --with-t1lib --enable-gd-native-ttf --enable-gd-jis-conv --with-gettext --with-gmp --with-mhash --with-imap --with-kerberos --with-imap-ssl --enable-intl --with-ldap --enable-mbstring --with-onig --with-mcrypt --with-mysql=mysqlnd --with-mysqli=mysqlnd --enable-pcntl --with-pdo-mysql=mysqlnd --with-zlib-dir --with-readline --with-libedit --enable-shmop --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-tidy --enable-wddx --with-xmlrpc --with-xsl --enable-zip --enable-mysqlnd-threading Expected result: ---------------- Expecting no error message. Actual result: -------------- Notice: Following unknown configure options were used: --with-readline Check './configure --help' for available options ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48873&edit=1