我使用https://github.com/SoftEtherVPN/SoftEtherVPN从 SoftEtherVPN 源创建了一个新的 deb 包
checkinstall -D make install
该过程成功安装了软件,但生成的 deb 包无法安装,并出现以下错误:
unable to create `/proc/sys/kernel/threads-max.dpkg-new' (while processing `./proc/sys/kernel/threads-max'): No such file or directory
我无法找出如何解决此错误。
MVCE:
ssh root@my_new_14.04_vps_ip
apt-get update && apt-get -y upgrade
apt-get -y install git-core build-essential
apt-get install libreadline6-dev libncurses5-dev libssl-dev
apt-get install checkinstall
git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
cd SoftEtherVPN
./configure
checkinstall -D make install