From 73a498677462927a7081acecd4d3c3723463e216 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Fri, 12 Jan 2024 16:32:58 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E6=96=87=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docs/centos/sshd_config | 2 +- src/docs/erlang/编译安装与简单安装.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/docs/centos/sshd_config b/src/docs/centos/sshd_config index 713ea7a..d92645c 100644 --- a/src/docs/centos/sshd_config +++ b/src/docs/centos/sshd_config @@ -12,7 +12,7 @@ # SELinux about this change. # semanage port -a -t ssh_port_t -p tcp #PORTNUMBER # -Port 2223 +Port 2228 #AddressFamily any #ListenAddress 0.0.0.0 #ListenAddress :: diff --git a/src/docs/erlang/编译安装与简单安装.md b/src/docs/erlang/编译安装与简单安装.md index dc18e48..053d7ed 100644 --- a/src/docs/erlang/编译安装与简单安装.md +++ b/src/docs/erlang/编译安装与简单安装.md @@ -41,6 +41,8 @@ 3.2 使用rpm 安装 rpm -ivh jdk-7u1-linux-i586.rpm yum -y install ncurses-devel unixODBC-devel openssl-devel gcc gcc-c++ autoconf automake libxslt gtk3-devel.x86_64 + (如果有些linux 系统 找不到 unixODBC-devel 就去 https://www.unixodbc.org/ 下载源码编译安装) + ./otp_build autoconf 运行configure配置 ./configure --prefix=/usr/local/erlang --with-ssl -enable-threads -enable-smmp-support -enable-kernel-poll --without-javac