- 论坛徽章:
- 0
|
原帖由 yoursmile 于 2008-8-13 10:51 发表 ![]()
make clean
然后再make
看一看
如果还是这样,
你就换个php版本装装看
谢谢yoursmile !问题解决了 用make clean ; 改用了gmake取代make gmake&&gmake install;
安装成功了
。。。。。。main/php_sprintf.o(.text+0x15): In function `php_sprintf':
/home/php-5.2.6/main/php_sprintf.c:38: warning: vsprintf() is often misused, please use vsnprintf()
ext/calendar/calendar.o(.text+0x9d8): In function `heb_number_to_chars':
/home/php-5.2.6/ext/calendar/calendar.c:533: warning: strcpy() is almost always misused, please use strlcpy()
ext/mbstring/oniguruma/regerror.o(.text+0x527): In function `onig_snprintf_with_pattern':
/home/php-5.2.6/ext/mbstring/oniguruma/regerror.c:312: warning: sprintf() is often misused, please use snprintf()
ext/mbstring/oniguruma/regerror.o(.text+0x4ab):/home/php-5.2.6/ext/mbstring/oniguruma/regerror.c:289: warning: strcat() is almost always misused, please use strlcat()
Build complete.
Don't forget to run 'make test'.
Installing PHP SAPI module: cgi
Installing PHP CGI binary: /usr/local/php/bin/
Installing FPM config: /usr/local/php/etc/php-fpm.conf
Installing init.d script: /usr/local/php/sbin/php-fpm
Installing PHP CLI binary: /usr/local/php/bin/
Installing PHP CLI man page: /usr/local/php/man/man1/
Installing build environment: /usr/local/php/lib/php/build/
Installing header files: /usr/local/php/include/php/
Installing helper programs: /usr/local/php/bin/
program: phpize
program: php-config
Installing man pages: /usr/local/php/man/man1/
page: phpize.1
page: php-config.1
Installing PEAR environment: /usr/local/php/lib/php/
[PEAR] Console_Getopt - already installed: 1.2.3
[PEAR] Archive_Tar - already installed: 1.3.2
[PEAR] Structures_Graph- already installed: 1.0.2
[PEAR] PEAR - already installed: 1.7.1
Wrote PEAR system config file at: /usr/local/php/etc/pear.conf
You may want to add: /usr/local/php/lib/php to your php.ini include_path
Installing PDO headers: /usr/local/php/include/php/ext/pdo/
./configure的时候 提示缺少freetype2 等 。。lib
采用了gmake编译安装 不知道和这个有关系。。:em14:
[ 本帖最后由 BugsMusic 于 2008-8-13 13:39 编辑 ] |
|