+ PKG_PATH=/nfs/packages/SmartOS/upstream/bulktest/All + /opt/tools/sbin/pkg_add -K /var/opt/.pkgdb digest-20220214 apache-2.4.54nb1 mktools-20220614 perl-5.36.0 cwrappers-20220403 checkperms-1.12 p5-Image-Imlib2-2.03nb21 p5-Image-Info-1.42nb2 p5-Image-Size-3.300nb8 p5-Text-Template-1.60nb1 p5-HTTP-Date-6.05nb3 p5-URI-5.10nb1 p5-CGI-4.54nb1 ap24-perl-2.0.12nb1 libiconv-1.14nb3: copying /opt/pkg/share/examples/libiconv/charset.alias to /opt/pkg/lib/charset.alias openssl-1.1.1q: /etc/opt/pkg/openssl/openssl.cnf already exists gettext-lib-0.21: copying /opt/pkg/share/examples/gettext/locale.alias to /opt/pkg/lib/locale/locale.alias libffi-3.4.3: registering info file /opt/pkg/info/libffi.info xmlcatmgr-2.2nb1: /etc/opt/pkg/sgml/catalog already exists xmlcatmgr-2.2nb1: /etc/opt/pkg/xml/catalog already exists xmlcatmgr-2.2nb1: copying /opt/pkg/share/examples/xmlcatmgr/catalog.share.sgml to /opt/pkg/share/sgml/catalog xmlcatmgr-2.2nb1: copying /opt/pkg/share/examples/xmlcatmgr/catalog.share.xml to /opt/pkg/share/xml/catalog readline-8.2: registering info file /opt/pkg/info/history.info readline-8.2: registering info file /opt/pkg/info/readline.info readline-8.2: registering info file /opt/pkg/info/rluserman.info apache-2.4.54nb1: Creating group ``www'' apache-2.4.54nb1: Creating user ``www'' apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd-autoindex.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd-dav.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd-default.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd-info.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd-languages.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd-manual.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd-mpm.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd-multilang-errordoc.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd-ssl.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd-userdir.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd-vhosts.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/httpd.conf already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/magic already exists apache-2.4.54nb1: /etc/opt/pkg/httpd/mime.types already exists =========================================================================== This package has SMF support. You may use svcadm(1M) to 'enable', 'disable' or 'restart' services. To enable the instance(s) for this package, run: /usr/sbin/svcadm enable svc:/pkgsrc/apache:default Use svcs(1) to check on service status. See smf(5) for more information. svccfg: Could not connect to repository server: repository server unavailable. =========================================================================== pkg_add: package `mktools-20220614' already recorded as installed pkg_add: package `cwrappers-20220403' already recorded as installed pkg_add: Can't open meta data file: /var/opt/.pkgdb/freetype2-2.12.1/+BUILD_INFO: Disc quota exceeded pkg_add: Can't install dependency freetype2>=2.8.1 pkg_add: Expected dependency freetype2>=2.8.1 still missing pkg_add: Can't install dependency imlib2>=1.9.1 pkg_add: Expected dependency imlib2>=1.9.1 still missing pkg_add: Can't open meta data file: /var/opt/.pkgdb/p5-XML-NamespaceSupport-1.12nb6/+CONTENTS: Disc quota exceeded pkg_add: no files matching ``/var/opt/.pkgdb/p5-XML-NamespaceSupport-1.12nb6/+*'' found: Error 0 pkg_add: Can't install dependency p5-XML-NamespaceSupport>=0.03 pkg_add: Expected dependency p5-XML-NamespaceSupport>=0.03 still missing pkg_add: Can't install dependency p5-XML-SAX>=0.11 pkg_add: Expected dependency p5-XML-SAX>=0.11 still missing pkg_add: Can't install dependency p5-XML-LibXML-[0-9]* pkg_add: Expected dependency p5-XML-LibXML-[0-9]* still missing pkg_add: 2 package additions failed =========================================================================== $NetBSD: MESSAGE,v 1.2 2014/02/22 17:28:34 ryoon Exp $ After apache-2.4.3, --enable-mpms-shared='event worker prefork' is passed to configure script, then these multi-process model is built and you can select the model in configuraton file. The mod_cgi.so module conflicts with non-prefork multi-process model, and mod_cgi.so module is not built anymore. You can use mod_cgid.so module instead. =========================================================================== =========================================================================== $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: /opt/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. ===========================================================================