|
Red Hat 9.0下, 下载php-4.3.3.tar.gz后解压进入目录, 输入: ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --enable-versioning --disable-debug --enable-track-vars, 然后再输入 make,
结果出现如下提示- ln: creating hard link `ctype.o' to `ctype.lo': Operation not permitted
- make: *** [libphp4.la] Error 1
复制代码
请问是什么原因,该如何解决?谢谢了! |
|