# make install-dynamic ・ ・ ・ (中略) ・ ・ ・ *************************************************************** As a Canadian living in France, there are somethings that are hard for me to find. If you would like to say "Thank You" and/or get support for my software, I would appreciate one (or more ;-) items from my http://www.amazon.com/ wishlist under "achowe@snert.com".
creating cache ./config.cache checking for Cygwin environment... no checking for mingw32 environment... no checking for egrep... grep -E checking for a sed that does not truncate output... /usr/bin/sed checking host system type... i386-unknown-freebsd6.1 checking target system type... i386-unknown-freebsd6.1 ・ ・ ・ (中略) ・ ・ ・ +--------------------------------------------------------------------+ | License: | | This software is subject to the PHP License, available in this | | distribution in the file LICENSE. By continuing this installation | | process, you are bound by the terms of this license agreement. | | If you do not agree with the terms of this license, you must abort | | the installation process at this point. | +--------------------------------------------------------------------+
Thank you for using PHP.
# make ・ ・ ・ (中略) ・ ・ ・
Build complete. (It is safe to ignore warnings about tempnam and tmpnam).
# make install Installing PHP SAPI module: apache [activating module `php5' in /usr/local/apache/conf/httpd.conf] cp libs/libphp5.so /usr/local/apache/libexec/libphp5.so ・ ・ ・ (中略) ・ ・ ・ You may want to add: /usr/local/lib/php to your php.ini include_path Installing PDO headers: /usr/local/include/php/ext/pdo/
「In PHP 5, MySQL is no longer enabled by default,
nor is the MySQL library bundled with PHP.
Read this FAQ for details on why.」
FAQを参照したところ、
「Windows users may enable the extension php_mysql.dll inside php.ini.
Also, copy libmySQL.dll into the appropriate %SYSTEMROOT% directory,
just like you do with every other bundled DLL from the dll directory.」