+ PKG_PATH=/nfs/packages/NetBSD/trunk/x86_64/All /usr/tools/sbin/pkg_add -K /usr/pkg/pkgdb digest-20220214 mktools-20220614 cwrappers-20220403 checkperms-1.12 php80-mbstring-8.0.27 php80-pear-Console_CommandLine-1.2.2 php80-pear-1.10.13 php-8.0.27 pkg_add: package `mktools-20220614' already recorded as installed pkg_add: package `cwrappers-20220403' already recorded as installed xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.etc.sgml to /usr/pkg/etc/sgml/catalog xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.etc.xml to /usr/pkg/etc/xml/catalog xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.share.sgml to /usr/pkg/share/sgml/catalog xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.share.xml to /usr/pkg/share/xml/catalog readline-8.2nb1: registering info file /usr/pkg/info/history.info readline-8.2nb1: registering info file /usr/pkg/info/readline.info readline-8.2nb1: registering info file /usr/pkg/info/rluserman.info php-8.0.27: copying /usr/pkg/share/examples/php/php.ini-production to /usr/pkg/etc/php.ini php80-mbstring-8.0.27: copying /usr/pkg/share/examples/php/mbstring.ini to /usr/pkg/etc/php.d/mbstring.ini php80-pear-1.10.13: copying /usr/pkg/share/examples/pear/pear.conf to /usr/pkg/etc/pear.conf pkg_add: package `php80-pear-1.10.13' was already installed as dependency, now marked as installed manually pkg_add: package `php-8.0.27' was already installed as dependency, now marked as installed manually =========================================================================== $NetBSD: MESSAGE,v 1.1 2021/03/07 13:41:36 taca Exp $ To process PHP scripts, you will need a PHP-enabled HTTP server. You may either configure the HTTP server to use the PHP CGI binary located in /usr/pkg/libexec/cgi-bin/php or you may install a PHP module for your HTTP server, e.g. www/ap-php. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ By default, example module configuration file was copied to following location, and module should be auto-loaded: /usr/pkg/etc/php.d/mbstring.ini If you use custom /usr/pkg/etc/php.ini, or nonstandard module configuration file location, you might need to add explicit load directive: extension=mbstring.so =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.4 2013/03/16 02:06:20 taca Exp $ In order to use PEAR packages you may want to alter the default include_path of PHP to include the PEAR installation directory where the packages are located. To do this you need to edit the include_path directive in your php.ini file: /usr/pkg/etc/php.ini Change the "include_path" directive to read as follows: include_path = ".:/usr/pkg/lib/php" It should be done automatically. ===========================================================================