[PHP-users 31698] apache1.3.36+Php5.0.5+Postgres8.2.3 インストール後,apache起動せず

Masaaki Suga suga @ tenrikyo.or.jp
2007年 3月 15日 (木) 14:57:05 JST


須賀です

apache+php+postgresのインストールで
八方ふさがりの状態です
どなたか協力ください

(起こっている現象)
apache+php+postgresのインストールで
apacheが起動しません
apachectl start時のエラー

Syntax error on line 223 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp5.so into server: ld.so.1:
/usr/local/apache/bin/httpd: 重大なエラー: libgcc_s.so.1: open に失敗しました: 
ファイルもディレクトリもありません。
/usr/local/apache/bin/apachectl start: httpd could not be started

ちなみにhttpd.confの223行目は
LoadModule php5_module        libexec/libphp5.so
です

コンパイル環境は

Solaris9(SPARC)
gcc:3.3.2
apache:1.3.36
PHP:8.0.5
Postgres:8.2.3

環境です

以下,インストールでやった
(apache)
./configure --enable-shared=max
gmake
gmake install

(PHP)
./configure --with-apxs=/usr/local/apache/bin/apxs --enable-mbstring 
--without-pear --with-pgsql=/usr/local/pgsql
gmake
gmake install

(Postgres)
./configure
gmake all
gmake install

です

ちなみにpostgres自体は起動しますし,問題なく動いています

PHPのときに
./configure --with-apxs=/usr/local/apache/bin/apxs --enable-mbstring --without-pear
とすると,apachectl startでエラーは出ません

インストール方法がどこかおかしいのでしょうか?

どなたかご教授ください

--------------------------------
須賀正明:suga @ tenrikyo.or.jp
--------------------------------



PHP-users メーリングリストの案内