[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:12087] Re: PHP-4.0.6 のconfigure



岡崎@名めた です

>福岡大学の濱田と申します。
>
>Plamo Linux 2.2.1 に PHP-4.0.6
>をインストールするために
>php-4.0.6.tar.gz を展開して
>
>% cd php-4.0.6
>% ./configure
>
>を行なうと、エラーも何も吐かずに止まってしまいます。
>
>しかし、例えば apache-1.3.22.tar.gz を展開して
>同じような作業をしても問題なく ./configure を実行できます。
>
>該当マシンは modutils を上げて Kernel 2.4.13 に変更してあります。
>また、同じような構成の別のマシンで行なっても同じ現象がおきています。
>
>以前、同じマシンの Plamo Linux 2.1 で php-4.0.6 をコンパイルした時は
>このようなことはなかったのですが、、、
>
>なにか見落としている点があるのでしょうか。

参考になるかどうかは分かりませんが、configureを作り直すっていう手もあるかもしれませんね。
全然違う問題だったらごめんなさい。


# wget 'http://www.php.net/do_download.php?download_file=php-4.0.6.tar.gz&source_site=www.php.net'
# wget ftp://marlan.tokyo.firstserver.co.jp/pub/GNU/autoconf/autoconf-2.13.tar.gz
# wget ftp://marlan.tokyo.firstserver.co.jp/pub/GNU/automake/automake-1.4.tar.gz
# wget ftp://marlan.tokyo.firstserver.co.jp/pub/GNU/libtool/libtool-1.3.5.tar.gz
(attention: autoconf-2.50 is NG!!)

# tar xfz autoconf-2.13.tar.gz
# cd autoconf-2.13
# ./configure
# make
# make install
# cd ..
# tar xfz automake-1.4.tar.gz
# cd automake-1.4
# ./configure
# make
# make install
# cd ..
# tar xfz libtool-1.3.5.tar.gz
# cd libtool-1.3.5
# ./configure
# make
# make install
# cd ..
# tar xfz php-4.0.6.tar.gz
# cd php-4.0.6
# rm configure
# ./buildconf
# ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-mbstring --enable-mbstr-enc-trans --with-mysql=/usr/local/mysql
# make
# make install

# cp php.ini-dist /usr/local/lib/php.ini

# emacs /usr/local/apache/conf/httpd.conf

- # AddType application/x-httpd-php .phtml
+ AddType application/x-httpd-php .phtml

# /usr/local/apache/bin/apachectl start



******************************************
      名古屋めたりっく通信株式会社
    ネットワークソリューション事業部
         岡崎  庸 (おかざき よう)
      E-mail : okazaki@mmtr.co.jp
      D-FAX  : 020-4666-1234
      http://www.d-fax.ne.jp
******************************************

References
[plamo:12073] PHP-4.0.6 のconfigure, hamada-plamo

[検索ページ] [メール一覧]
Plamo ML 公開システム