罪と罰++二律背反

./configure \
--enable-mbstring \
--enable-mbstr-etc-trans \
--enable-mbregex \
--enable-zend-multibyte \
--with-pgsql \
--with-apxs=/usr/sbin/apxs \
--with-gd=/usr \
--with-ttf=/usr \
--enable-gd-native-ttf \
--with-free-type-dir=/usr \
--with-jpeg-dir=/usr/lib \
--with-png-dir=/usr/lib \
--with-zlib-dir=/usr/lib
make
make install
./configure --enable-mbstring --enable-mbstr-etc-trans \
  --enable-mbregex --enable-zend-multibyte --with-pgsql \
  --with-apxs2=/usr/sbin/apxs --without-gd
configure: error: You have enabled Apache 2 support while your server is Apache
1.3.  Please use the appropiate switch --with-apxs (without the 2)
--with-apxs2=/usr/sbin/apxs => --with-apxs=/usr/sbin/apxs
/home/YKADOGUC/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:103: 
the use of `tempnam' is dangerous, better use `mkstemp'

/php-4.3.1/ext/mysql/libmysql/に
#undef HAVE_TEMPNAM

/etc/httpd/conf/httpd.conf
AddHandler cgi-scripts .cgi
AddHandler application/x-httpd-php .php
<?
   phpinfo();
?>
  • cgi.force_redirect = 0
; Directory in which the loadable extensions (modules) reside.
; extension_dir = "./"
extension_dir = "C:\php\extensions"

;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
;extension=php_mbstring.dll
extension=php_mbstring.dll

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2012-06-08 (金) 00:24:29 (4334d)