安装centos7 自带MariaDB数据库(或者安装mysql) yum -y install mariadb-server mariadb-devel systemctlstartmariadb.service systemctl enable mariadb.service 配置数据库 [root@jason ~]# mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connect
centos7 yum -y install wget wget http://www.swftools.org/swftools-0.9.2.tar.gz tar -xf swftools-.tar.gz ./configure --prefix=/data/server/seftools ERROR: You need zlib to compile swftools yum -y install zlib zlib-devel make make install rm: invalid o