我按照以上方法安装了OPENSSL,运行SSHD时出现一下问题:
/opt/sbin/sshd: error while loading shared libraries: libcrypto.so.0.9.7: cannot
open shared object file: No such file or directory
在安装OPENSSL,用SSL客户端连接是正常的,重启之后就现这个问题,如何解决?
1、确保你装amuleGUI的时候勾了amuleCMD
2、首先创建命令批处理文件用来接受浏览器传过来的请求:
建立一个文件名为:ed2k_remote.bat 的文件,包含如下内容
@echo off
set link=%1
for /f "useback tokens=*" %%a in ('%link%') do set link=%%~a
"c:\Program Files\aMule\amulecmd.exe" /h server /P password /c "add %link%"
root@LS-CHL489:~# amuled -f
amuled: OnInit - starting timer
Initialising aMuled 2.2.5 using v2.8.10
Checking if there is an instance already running...
No other instances are running.
--------------------------------------------------
Warning! You are running aMule as root.
Doing so is not recommended for security reasons,
and you are advised to run aMule as an normal
user instead.
--------------------------------------------------
ListenSocket: Ok.
amuled: forking to background - see you
运行部起来 ,请教楼主,这是啥原因,如何解决啊!
root@LS-CHL489:~# amuled -f
amuled: OnInit - starting timer
Initialising aMuled 2.2.5 using v2.8.10
Checking if there is an instance already running...
No other instances are running.