win2000+cygwin環境で最新のApache2.0.48
のビルドを試みています。
./configure \
--prefix=/usr1/apache2.0.48 \
--enable-so
↓
make
↓
make install
まで実行すると、コンソールに下記のようなメッセージが表示されます。
---
cp: `httpd' and `/usr1/apache2.0.48/bin/#inst.1956#' are the same file
chmod: getting attributes of `/usr1/apache2.0.48/bin/#inst.1956#': No such file or directory
---
実際にbin直下を見ると、シェル等はあるのですが、httpdなどのモジュール類がごっそり抜けてしまっています。
Linux環境ではApacheのビルドは問題なくできているのですが、
cygwinは初心者でよくわからないです。そもそもApache2.0.48
でのビルドが成功している方はいますでしょうか?
|