[PHP-users 2308] Apache+PostgreSQL+PHP4+OpenSSL+cURL+mod_sslのインストール
Shoichiro Sakaigawa (Team ZERO)
php-users@php.gr.jp
Thu, 27 Sep 2001 19:10:00 +0900
This is a multi-part message in MIME format...
------------=_1001585186-21185-3
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
MIME-Version: 1.0
X-Mailer: MIME-tools 5.411 (Entity 5.404)
こんにちは。
境川と申します。
Apache+PostgreSQL+PHP4+OpenSSL+cURL+mod_sslな環境で
SSLサーバーと通信するようなスクリプトを組みたいのですが、
インストール完了後、cURLを導入してPHPでコンフィグすると何故かApac
heを立ち上げるとすぐApacheが落ちてしまいます。
#Apache−UsersMLな質問ですか?
PHPのMake前に行うConfigureでcURLのオプションをいれると、
どうやら落ちてしまうらしいです。
これの解決方法をご存知の方・同じ環境を作ったことのある方、
お知恵を貸していたいただけませんでしょうか。
よろしくお願いいたします。
Install log
※各tar+gzファイルは事前に全部展開を済ませてから作業を実施。
Package) openssl-0.9.6b.tar.gz
#> cd openssl-0.9.6b
#> ./config --prefix=/usr/local --openssldir=/usr/local/openssl -fPIC
#> vi makefile
60: CFLAG= -fPIC -DDSO_DLFCN -DHAVE_DLFCN_H -fPIC -DTERMIOS
-DL_ENDIAN -formit-frame-pointer -O3 -mcpu=i686 -march=i686 -Wall
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM
(Line60を上記に変更。SSLのパフォーマンス向上の為。)
#> OPTIM="-O2 -mcpu=i686 -march=i686" make && make install
Package) mm-1.1.3.tar.gz
#> cd mm-1.1.3
#> ./configure --disable-shared
#> make
Package) mod_ssl-2.8.4-1.3.20.tar.gz
#> ./configure --with-apache=../apache_1.3.20\
--with-ssl=../openssl-0.9.6b --prefix=/usr/local/apache
--enable-shared=ssl
Package) postgresql-7.1.3-patched.tar.gz
postgres$> cd postgresql-7.1.3/src
postgres$> ./configure --enable-multibyte=EUC_JP
postgres$> make
postgres$> make install
postgres$> cd ../doc
postgres$> make install
postgres$> exit
Package) php-4.0.6.tar.gz
#> ./configure --enable-mbstring --enable-mbstr-enc-trans\
--with-pgsql=/usr/local/pgsql/
--with-apxs=/usr/local/apache/bin/apxs\
--enable-trans-sid --enable-versioning --with-namazu --with-kakasi\
--with-openssl --with-curl
Package) apache_1.3.20.tar.gz
#> cd apache_1.3.20
#> OPTIM="-O2"./configure --enable-module=so
#> make certificate TYPE=custom
#> make install
---
Shoichiro Sakaigawa (Team ZERO)
<nakedmind@members6.tsukaeru.net>
----------------------------------------------
Free HomePage --> http://www.tsukaeru.net
------------=_1001585186-21185-3--