你提到的“Debian SecureCRT 错误”比较笼统,下面我先列出在 Debian 上运行 SecureCRT 时最常见的几类错误及对应修复方法,你可以对照自己的情况处理。
error while loading shared libraries: libXXX.so: cannot open shared object file
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6:i386 libstdc++6:i386 \
libgtk2.0-0:i386 libssl1.1:i386
ldd /path/to/SecureCRT | grep "not found"
SSL library not found
或
Unable to negotiate with ...
SecureCRT 旧版本依赖 libssl1.1,Debian 12 已移除:
wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb11u5_amd64.deb
sudo dpkg -i libssl1.1_*.deb
sudo apt install fonts-wqy-zenhei
Cannot write to configuration file
sudo chown -R $USER:$USER ~/.vandyke
使用 X11:
export GDK_BACKEND=x11
./SecureCRT
或登录时选择「Debian on Xorg」。
如果你只是 SSH 使用:
请贴出:
cat /etc/os-release)我可以直接给你精确修复命令。