pkg_add: Warning: package `digest-20111104' was built for a platform: pkg_add: Linux/x86_64 2.6.37.4 (pkg) vs. Linux/x86_64 3.2.7 (this host) pkg_add: Warning: package `fetch-1.7' was built for a platform: pkg_add: Linux/x86_64 2.6.37.4 (pkg) vs. Linux/x86_64 3.2.7 (this host) openssl-0.9.8u: copying /usr/pkg/share/examples/openssl/openssl.cnf to /usr/pkg/etc/openssl/openssl.cnf apache-2.2.22: copying /usr/pkg/share/examples/httpd/extra/httpd-autoindex.conf to /usr/pkg/etc/httpd/httpd-autoindex.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/extra/httpd-dav.conf to /usr/pkg/etc/httpd/httpd-dav.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/extra/httpd-default.conf to /usr/pkg/etc/httpd/httpd-default.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/extra/httpd-info.conf to /usr/pkg/etc/httpd/httpd-info.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/extra/httpd-languages.conf to /usr/pkg/etc/httpd/httpd-languages.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/extra/httpd-manual.conf to /usr/pkg/etc/httpd/httpd-manual.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/extra/httpd-mpm.conf to /usr/pkg/etc/httpd/httpd-mpm.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/extra/httpd-multilang-errordoc.conf to /usr/pkg/etc/httpd/httpd-multilang-errordoc.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/extra/httpd-ssl.conf to /usr/pkg/etc/httpd/httpd-ssl.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/extra/httpd-userdir.conf to /usr/pkg/etc/httpd/httpd-userdir.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/extra/httpd-vhosts.conf to /usr/pkg/etc/httpd/httpd-vhosts.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/httpd.conf to /usr/pkg/etc/httpd/httpd.conf apache-2.2.22: copying /usr/pkg/share/examples/httpd/magic to /usr/pkg/etc/httpd/magic apache-2.2.22: copying /usr/pkg/share/examples/httpd/mime.types to /usr/pkg/etc/httpd/mime.types =========================================================================== The following files should be created for apache-2.2.22: /etc/rc.d/apache (m=0755) [/usr/pkg/share/examples/rc.d/apache] =========================================================================== 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 php-5.3.10nb1: copying /usr/pkg/share/examples/php/php.ini-production to /usr/pkg/etc/php.ini php53-pear-1.9.4nb2: copying /usr/pkg/share/examples/pear/pear.conf to /usr/pkg/etc/pear.conf readline-6.2: registering info file /usr/pkg/share/info/history.info readline-6.2: registering info file /usr/pkg/share/info/readline.info readline-6.2: registering info file /usr/pkg/share/info/rluserman.info mysql-client-5.1.61: registering info file /usr/pkg/share/info/mysql.info =========================================================================== $NetBSD: MESSAGE,v 1.1 2010/08/02 10:38:16 lukem Exp $ As of Apache 2.2.16, all Apache modules will be built as shared modules instead of being statically compiled into Apache. If upgrading from a previous version of Apache, you will need to add "LoadModule" directives to the your Apache configuration otherwise you may experience problems. See /usr/pkg/share/examples/httpd/httpd.conf for a list of "LoadModule" directives to be added to /usr/pkg/etc/httpd/httpd/httpd.conf that should restore the previous behaviour. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.5 2004/01/23 17:12:16 jmmv Exp $ The following catalogs have been installed: * /usr/pkg/etc/sgml/catalog System wide SGML catalog. Can be edited by the administrator and is not changed by packages. This is the *default* catalog when working in SGML mode. * /usr/pkg/etc/xml/catalog System wide XML catalog. Can be edited by the administrator and is not changed by packages. This is the *default* catalog when working in XML mode. * /usr/pkg/share/sgml/catalog Handles SGML stuff installed under /usr/pkg/share/sgml. Automatically handled by packages. * /usr/pkg/share/xml/catalog Handles XML stuff installed under /usr/pkg/share/xml. Automatically handled by packages. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.1.1.1 2010/03/16 15:31:58 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,v 1.3 2008/12/20 14:42:50 adrianp 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" This is done automatically if you are running either php>=4.4.9 or php>=5.2.6nb2. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=dom.so and make sure extension_dir points to the dir where dom.so is. Then restart your PHP5.3-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=json.so and make sure extension_dir points to the dir where json.so is. Then restart your PHP5.3-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.1.1.1 2010/03/04 16:27:18 taca Exp $ To use the ``mysqlhotcopy'' script, you'll have to install the following packages: databases/p5-DBD-mysql devel/p5-File-Temp =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ipkg_add: package `mysql-client-5.1.61' was already installed as dependency, now marked as installed manually ni: extension=mysql.so and make sure extension_dir points to the dir where mysql.so is. Then restart your PHP5.3-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=iconv.so and make sure extension_dir points to the dir where iconv.so is. Then restart your PHP5.3-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=mbstring.so and make sure extension_dir points to the dir where mbstring.so is. Then restart your PHP5.3-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=mcrypt.so and make sure extension_dir points to the dir where mcrypt.so is. Then restart your PHP5.3-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=sockets.so and make sure extension_dir points to the dir where sockets.so is. Then restart your PHP5.3-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=gd.so and make sure extension_dir points to the dir where gd.so is. Then restart your PHP5.3-enabled HTTP server to load this module. ===========================================================================