|
|
我下载GD的源码包安装之后,用phpinfo察看,还是没有gd2
====================================
这是我输入的命令:
[root@localhost] ./configure
[root@localhost] make
[root@localhost] make test
[root@localhost] make install
然后我通过php源码包直接安装gd,提示:
gcc:sapi/cli/php_cli.o:No such file or directory
gcc:sapi/cli/getopt.o:No such file or directory
make:***[sapi/cli/php]错误1
====================================
这是我输入的命令:
./configure --prefix=/usr/local/php --with-gd=/usr/local/gd2/
请问如何处理
谢谢! |
|