安装FastDFS
Posted vinzen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装FastDFS相关的知识,希望对你有一定的参考价值。
https://www.cnblogs.com/chiangchou/p/fastdfs.html#_label1_1
在安装完fastdfs文件系统之后,
1. 切换到fastdfs的源码解压目录:
/run/fast/fastdfs-5.05/php_client
1) 先初始化: /usr/bin/phpize
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
2) 编译文件 ./configure --with-php-config=/usr/bin/php-config
...
Build complete.
Don`t forget to run ‘make test‘.
3) 安装
make && make install
2. 在php的配置文件添加fastdfs_client.ini信息
cat /run/fast/fastdfs-5/php_client/fastdfs_client.ini >> /etc/php.ini
3. 重新启动nginx以及php-fpm,fdfs_trackerd 和 fdfs_storaged
可以使用php -m 进行查看fastdfs_client 扩展是否安装上
---------------------
作者:Linux_newbie_rookie
来源:CSDN
原文:https://blog.csdn.net/linux_newbie_rookie/article/details/79061886
版权声明:本文为博主原创文章,转载请附上博文链接!
以上是关于安装FastDFS的主要内容,如果未能解决你的问题,请参考以下文章
(转)分布式文件存储FastDFSFastDFS常用命令总结