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) openssl-0.9.8x: copying /usr/pkg/share/examples/openssl/openssl.cnf to /usr/pkg/etc/openssl/openssl.cnf 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.63: registering info file /usr/pkg/share/info/mysql.info pkg_add: package `p5-DBI-1.620' was already installed as dependency, now marked as installed manually libidn-1.24: registering info file /usr/pkg/share/info/libidn-components.png libidn-1.24: registering info file /usr/pkg/share/info/libidn.info apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-autoindex.conf to /usr/pkg/etc/httpd/httpd-autoindex.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-dav.conf to /usr/pkg/etc/httpd/httpd-dav.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-default.conf to /usr/pkg/etc/httpd/httpd-default.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-info.conf to /usr/pkg/etc/httpd/httpd-info.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-languages.conf to /usr/pkg/etc/httpd/httpd-languages.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-manual.conf to /usr/pkg/etc/httpd/httpd-manual.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-mpm.conf to /usr/pkg/etc/httpd/httpd-mpm.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-multilang-errordoc.conf to /usr/pkg/etc/httpd/httpd-multilang-errordoc.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-ssl.conf to /usr/pkg/etc/httpd/httpd-ssl.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-userdir.conf to /usr/pkg/etc/httpd/httpd-userdir.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-vhosts.conf to /usr/pkg/etc/httpd/httpd-vhosts.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/httpd.conf to /usr/pkg/etc/httpd/httpd.conf apache-2.2.22nb1: copying /usr/pkg/share/examples/httpd/magic to /usr/pkg/etc/httpd/magic apache-2.2.22nb1: 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.22nb1: /etc/rc.d/apache (m=0755) [/usr/pkg/share/examples/rc.d/apache] =========================================================================== pkg_add: package `p5-MailTools-2.09' was already installed as dependency, now marked as installed manually pkg_add: package `p5-Tie-IxHash-1.22nb2' was already installed as dependency, now marked as installed manually pkg_add: package `p5-FreezeThaw-0.50.01nb2' was already installed as dependency, now marked as installed manually pkg_add: A different version of perl-5.14.2nb5 is already installed: perl-5.14.2nb6 pkg_add: 1 package addition failed =========================================================================== $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,v 1.2 2008/07/22 21:41:55 rhaen Exp $ In order to use HTML::Mason with mod_perl and Apache you have to create the "data directory" (aka data_dir), which is used by Mason for various features and optimizations, and change your web server configuration accordingly. The data directory must be writable by the user account specified for the Apache process in your httpd.conf file. As an example, if you use "/var/mason" as your data directory you have to add the following line to httpd.conf: PerlSetVar MasonDataDir /var/mason For more details, have a look at the "Mason Administrator's Manual" at http://www.masonhq.com/. It's also possible to use HTML::Mason with lighttpd and FastCGI. There is a recipe for it in the Trac system of lighttpd. For more details, have a look at the recipe at http://trac.lighttpd.net/trac/wiki/MasonRecipe =========================================================================== =========================================================================== $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 2006/02/03 01:04:59 wiz Exp $ In order to enable mod_perl in your Apache installation, you need to add the following to your httpd.conf file: LoadModule perl_module lib/httpd/mod_perl.so To enable the mod_perl-1.0 compatibility API, you will also need: PerlModule Apache2::compat Please also refer to the documentation in: /usr/pkg/share/doc/mod_perl/user/porting/compat.pod If switching to/from a server with and without mod_perl enabled, you should NOT use "apachectl restart" - instead, fully stop and then start the server. This prevents problems with libperl spinning on the CPU. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.2 2005/08/23 12:59:39 tv Exp $ In order to enable mod_apreq in your Apache installation, you need to add the following to your httpd.conf file: LoadModule apreq_module lib/httpd/mod_apreq2.so If switching to/from a server with and without mod_apreq2 enabled, you should NOT use "apachectl restart" - instead, fully stop and then start the server. ===========================================================================