- 论坛徽章:
- 0
|
下的版本是FastDFS_v3.01.tar.gz
服务器是CentOS5.5,
php版本php-5.2.17
tar -xvzf FastDFS_v3.01.tar.gz
cd FastDFS
./make.sh
./make.sh install
FastDFS编译通过。
cd php_client
/usr/local/php/bin/phpize
./configure --with-php-config=/myphp_path/php/bin/php-config
make
这里报如下错误:
cc1: warnings being treated as errors
/opt/FastDFS/php_client/fastdfs_client.c: In function ‘php_fdfs_download_callback’:
/opt/FastDFS/php_client/fastdfs_client.c:2481: warning: initialization discards qualifiers from pointer target type
make: *** [fastdfs_client.lo] Error 1 |
|