zonyitoo / sysuh3c

H3C CLI Client for SYSU, which is implemented in C/C++. With an OpenWRT version.
MIT License
115 stars 37 forks source link

openwrt ramips "-ash: sysuh3c: not found" #22

Open CharleVV opened 7 years ago

CharleVV commented 7 years ago

root@OpenWrt:/# sysuh3c -ash: sysuh3c: not found

T1me commented 7 years ago

贴一下你的安装过程?

CharleVV commented 7 years ago

Winscp ipk文件到/tmp目录,然后执行opkg install sysuh3c.ipk

On May 5, 2017 02:04, 時光會凝聚嗎 notifications@github.com wrote:

贴一下你的安装过程?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/zonyitoo/sysuh3c/issues/22#issuecomment-299263830, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APyP8urylI9WRfdahk4b95lTY0o4FXraks5r2hMpgaJpZM4NQ5ea.

AlexGuo1998 commented 7 years ago

怪了……我们这个没有提供ipk包啊,你在哪里找的ipk包? @Vivian-VV

T1me commented 7 years ago

@Vivian-VV 有报错吗? @AlexGuo1998 在openwrt的branch下

AlexGuo1998 commented 7 years ago

会不会是架构不对……我记得在Linux下面,架构不对就显示为找不到文件(?)用的什么路由器? 另外我不太清楚ipk具体是怎么安装的,是执行安装脚本吗,闪了。

ghost commented 7 years ago

是不是安装过程出错了?

benwwchen commented 7 years ago

看看 /usr/bin 里面有没有 sysuh3c,如果有,试试cd /usr/bin; ./sysuh3c看看输出。

zonyitoo commented 7 years ago

sysuh3c: not found

openwrt在跑不了这个binary的时候就会报这个,看看架构是不是不对?

sunnyden commented 7 years ago

This may due to the incompatibility of the prebuilt package. You need to rebuild the package using the SDK which is compatible with your current version of OpenWrt.

sunnyden commented 7 years ago

23 This pull request provides the package which may solve your issue.

However, if you want to compile it, you need to consider about patching those two commits to fix the potential compilation error( #24 ) or runtime error( #25 ).