php4-pgsql (3)
/usr/pkgsrc/databases/php4-pgsql
で make;
make install
===> Checking for vulnerabilities in php-pgsql-4.2.3nb1
===> Installing for php-pgsql-4.2.3nb1
===> Becoming root@st3240 to install php-pgsql-4.2.3nb1.
/usr/bin/su Password:
install -d -o root -g wheel -m 555 /usr/pkg/lib/php/20020429
install -c -o root -g wheel -m 444 /usr/pkgsrc/databases/php4-pgsql/work/php-4.2.3/ext/pgsql/modules/pgsql.so /usr/pkg/lib/php/20020429
===> Please note the following:
===========================================================================
$NetBSD: MESSAGE.module,v 1.4 2002/12/21 13:39:25 wiz Exp $
To enable this module, add the following to /usr/pkg/etc/php.ini:
extension=pgsql.so
and make sure extension_dir points to the dir where pgsql.so is.
Then restart your PHP4-enabled HTTP server to load this module.
===========================================================================
===> Registering installation for php-pgsql-4.2.3nb1
php-pgsql-4.2.3nb1 requires installed package php-4.2.3nb2
php-pgsql-4.2.3nb1 requires installed package postgresql-lib-7.3.2
ttyp0:makoto@st3240 17:03:28/030525(...databases/php4-pgsql)> ls -l /usr/pkg/lib/php/20020429
/usr/pkg/etc/php.ini に上記
青色の一行
を加えておく。
|