On 01/29/2015 03:49 AM, Levi Morrison wrote:
> When doing `make install` with a prefix of `/apps/php/7.0.0-dev` I get:
> 
> Installing shared extensions:
> /apps/php/7.0.0-dev/lib/php/extensions/no-debug-non-zts-20141001/
> Installing PHP CLI binary:        /apps/php/7.0.0-dev/bin/
> Installing PHP CLI man page:      /apps/php/7.0.0-dev/php/man/man1/
> Installing PHP CGI binary:        /apps/php/7.0.0-dev/bin/
> Installing PHP CGI man page:      /apps/php/7.0.0-dev/php/man/man1/
> Installing build environment:     /apps/php/7.0.0-dev/lib/php/build/
> Installing header files:          /apps/php/7.0.0-dev/include/php/
> Installing helper programs:       /apps/php/7.0.0-dev/bin/
>   program: phpize
>   program: php-config
> Installing man pages:             /apps/php/7.0.0-dev/php/man/man1/
>   page: phpize.1
>   page: php-config.1
> Installing PEAR environment:      /apps/php/7.0.0-dev/lib/php/
> make[1]: *** [install-pear-installer] Error 255
> make: *** [install-pear] Error 2
> 
> 
> Hmm.

I had that exact (I think) problem on building a checkout on Jan 14, but
could not reproduce it no matter how hard I tried, that's why I didn't
open a bug report - but apparently it's kind of valid.

Some info for my machine:

Debian GNU/Linux 7.8 (wheezy)
x86_64

'./configure' \
'--prefix=/usr/local/stow/php-7.0-master' \
'--with-config-file-path=/etc/php5/7.0-master' \
'--enable-fpm' \
'--with-fpm-user=www-data' \
'--with-fpm-group=www-data' \
'--with-gd' \
'--enable-zip' \
'--with-mysqli=mysqlnd' \
'--with-pdo-mysql=mysqlnd' \
'--enable-mbstring' \
'--with-curl' \
'--with-freetype-dir=/usr/include/freetype2' \
'--enable-gd-native-ttf' \
"$@"



Greetings,
Florian

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to