|
|
make install (php5)时:
chmod 644 /usr/local/apache2/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish /root/MyDownloads/php-5.0.3/libs'
Warning! dlname not found in /usr/local/apache2/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache2/modules/libphp5.so
chmod: 无法访问‘/usr/local/apache2/modules/libphp5.so’: 没有那个文件或目录
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] 错误 1
----------------------------------------------------------------------------
google到这编比较有点用的:
http://www.cygwin.com/ml/cygwin/2004-10/msg01265.html
When I configure php with "without-pear" option "make install" will be successful (apache module is still not created).
I wrote bug reports to PHP team, but there were no answers. They said that they do not support Cygwin... :-(
If anyone of list members know how to solve that problems and (what is probably more important) if PHP 5 will be someday in official cygwin's packages. |
|