pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/lang/php53
Hi,
In message <20120725131843.5203C175DD%cvs.netbsd.org@localhost>
on Wed, 25 Jul 2012 13:18:43 +0000,
"Filip Hajny" <fhajny%netbsd.org@localhost> wrote:
> Module Name: pkgsrc
> Committed By: fhajny
> Date: Wed Jul 25 13:18:43 UTC 2012
>
> Modified Files:
> pkgsrc/lang/php53: Makefile.php
>
> Log Message:
> Add support for readline (for interactive PHP CLI).
Build problem on NetBSD 6.0_BETA2.
% make show-options
...
These options are currently enabled:
inet6 readline ssl suhosin
% make
...
checking for readline support... yes
checking for tgetent in -lncurses... no
checking for tgetent in -ltermcap... yes
checking for readline in -lreadline... yes
checking for rl_pending_input in -lreadline... no
configure: error: invalid readline installation detected. Try
--with-libedit instead.
*** Error code 1
It came from,
% make show-var VARNAME=CONFIGURE_ARGS
--with-config-file-path=/usr/pkg/etc
--with-config-file-scan-dir=/usr/pkg/etc/php.d --sysconfdir=/usr/pkg/etc
--localstatedir=/var --with-regex=system --without-mysql --without-sqlite
--without-iconv --without-pear --disable-posix --disable-dom --disable-pdo
--disable-json --enable-cgi --enable-xml --with-libxml-dir=/usr/pkg
--enable-ipv6 --with-openssl=/usr --with-readline= --prefix=/usr/pkg
--build=x86_64--netbsd --host=x86_64--netbsd --mandir=/usr/pkg/man
Hmmm, BUILDLINK_PREFIX.readline is empty:
% make show-var VARNAME=BUILDLINK_PREFIX.readline
%
Best regards.
--
Takahiro Kambe <taca%back-street.net@localhost>
Home |
Main Index |
Thread Index |
Old Index