- 博客(7)
- 资源 (1)
- 收藏
- 关注
原创 Jenkins部署完成报错AWT is not properly configured on this server. Perhaps you need to run your container..
AWT is not properly configured on this server. Perhaps you need to run your container..
2023-02-01 15:55:46
654
原创 (已解决)/usr/include/fastdfs/fdfs_define.h:15:27: 致命错误:common_define.h:没有那个文件或目录
/usr/include/fastdfs/fdfs_define.h:15:27: 致命错误:common_define.h:没有那个文件或目录 解决方案
2023-01-09 15:04:57
1152
1
离线Shell脚本自动化部署Fastdfs
#!/bin/bash
#关闭防火墙
systemctl stop firewalld.service
setenforce 0
#安装编译环境
yum install -y git gcc gcc-c++ make automake autoconf libtool pcre pcre-devel zlib zlib-devel openssl-devel wget vim
#创建数据存储目录
data_path=/data/dfs
mkdir -p ${data_path}
#安装libfatscommon
tar -zxvf libfastcommon-V1.0.38.tar.gz
cd libfastcommon-1.0.38/
#编译安装
./make.sh && ./make.sh install
cd
#安装fastdfs
tar -zxvf fastdfsV5.11.tar.gz
cd fastdfs-5.11/
#编译安装
./make.sh && ./make.sh install
cd
#配置文件准备
mkd
2023-01-09
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人