TOPページ掲示板
作成日:2006年07月23日 作成:Yosi

Vine Linuxで自宅サーバーの掲示板で過去に質問された内容です。

No.1762 eAcceleratorの./configureで…


No.1762 投稿時間:2006年07月23日(Sun) 18:24 投稿者名:kagu URL:
タイトル:eAcceleratorの./configureで…

いつもお世話になっております。
今回はeAcceleratorの./congigereで躓いております…。
実行はしてみたのですがファイルが無いと怒られます…。

# /usr/bin/phpize4
Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 20050606
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.

# locate php-config
/usr/bin/php-config4
# ./configure --enable-eaccelerator=shared --with-php-config=/usr/bin/php-config4
-bash: ./configre: そのようなファイルやディレクトリはありません

…# /usr/bin/phpize4後の処理が怪しいとは思うのですが…
上記の情報のみで考えられる事はありますでしょうか?

この辺りの事を御存知でありましたら、
お忙しいとは存じますがお手すきの際に
Follow-Up頂ければ幸いです。

ではでは。


No.1763 投稿時間:2006年07月23日(Sun) 20:53 投稿者名:Yosi@管理人 URL:
タイトル:Re: eAcceleratorの./configureで…

この結果はどうなっているでしょうか?
# updatedb
# locate phpize


> -bash: ./configre: そのようなファイルやディレクトリはありません

解凍後のディレクトリへの移動はしているでしょうか?
# cd eaccelerator-0.9.5-beta2


No.1764 投稿時間:2006年07月23日(Sun) 23:42 投稿者名:kagu URL:
タイトル:Re^2: eAcceleratorの./configureで…

> この結果はどうなっているでしょうか?
> # updatedb
> # locate phpize
>
>
> > -bash: ./configre: そのようなファイルやディレクトリはありません
>
> 解凍後のディレクトリへの移動はしているでしょうか?
> # cd eaccelerator-0.9.5-beta2

もちろんcd で移動済みです。


No.1765 投稿時間:2006年07月23日(Sun) 23:48 投稿者名:kagu URL:
タイトル:Re^3: eAcceleratorの./configureで…

# cd eaccelerator-0.9.5-beta2
# updatedb
# locate phpize
/usr/bin/phpize4
/usr/lib/php/build/phpize.m4
# /usr/bin/phpize4
Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 20050606
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.

# locate php-config
/usr/bin/php-config4

という流れになりました。
念のため環境は下記の通りになります。

Vine3.2 PHP4 Apache1.3 MySQL


No.1767 投稿時間:2006年07月24日(Mon) 22:33 投稿者名:master URL:
タイトル:Re^4: eAcceleratorの./configureで…

> # cd eaccelerator-0.9.5-beta2

PHP4の場合は0.9.4で動くと記憶してるけど、外してたらごめん。


No.1768 投稿時間:2006年07月24日(Mon) 23:11 投稿者名:kagu URL:
タイトル:Re^5: eAcceleratorの./configureで…

> > # cd eaccelerator-0.9.5-beta2
>
> PHP4の場合は0.9.4で動くと記憶してるけど、外してたらごめん。

やはり./configureが無いと怒られます…。
コンパイラの方の問題でしょうか…?
#la -f
で見たところconfigure.inというファイルがあります…
コレをリネームという事でしょうかねぇ…?


No.1769 投稿時間:2006年07月26日(Wed) 01:30 投稿者名:kagu URL:
タイトル:Re^6: eAcceleratorの./configureで…

PHP5を導入したところ./configureは可能になりました。

…しかしmakeの段階で再びエラーで怒られます…。
もしかしてコンパイル環境が出来ていない為でしょうか?


No.1770 投稿時間:2006年07月26日(Wed) 01:56 投稿者名:kagu URL:
タイトル:Re^7: eAcceleratorの./configureで…

自己解決しました。

やはり予測の通りコンパイル環境の不足のようでした。
私と同じベースインストールで構築されている方の参考になればと手順を…

# apt-get remove gcc ←gccのアンインストール
# apt-get install gc gcc gcc-c++ gcc-cpp gcc-objc libgcc libgcj-devel libstdc++3
# wget http://jaist.dl.sourceforge.net/sourceforge/eaccelerator/eaccelerator-0.9.5-beta2.tar.bz2
# tar zxvf eaccelerator-0.9.5-beta2.tar.bz2
# cd eaccelerator-0.9.5-beta2

...以下御サイト様手順通り.

./configureの結果表示の最中ワーニングでre2cが無いと怒られましたのが唯一気になりますが結果は無事導入完了しました。
毎回の事ながらお手数をお掛けいたしまして申し訳ございませんでした。



TOPページ掲示板▲頁先頭