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.

Then prepending `/apps/php/7.0.0-dev/php/man` to my MANPATH, then
doing `man php` I get this:

No manual entry for php
See 'man 7 undocumented' for help when manual pages are not available.


I would have expected the man pages to work since that portion of the
install script worked, but I suppose they could be related.

In any case, it will be hard for me to test things until `make
install` works properly.

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

Reply via email to