We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本1.5.3,linux架构如下文件运行有问题 arm7l ./lrcapi: cannot execute: required file not found x86_64 -bash: ./lrcapi: No such file or directory
No response
root@dokcer:# ls|grep lrc lrcapi root@dokcer:# ./lrcapi -bash: ./lrcapi: No such file or directory root@dokcer:# uname -a Linux dokcer 5.15.74-1-pve #1 SMP PVE 5.15.74-1 (Mon, 14 Nov 2022 20:17:15 +0100) x86_64 GNU/Linux root@dokcer:# cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
~/lrcapi $ uname -a Linux localhost 3.4.113-perf-g9cd90d33e3a #1 SMP PREEMPT Wed Oct 19 16:15:37 CST 2022 armv7l Android ~/lrcapi $ ./lrcapi bash: ./lrcapi: cannot execute: required file not found ~/lrcapi $ ./lrcapi --port 8080 --auth abc bash: ./lrcapi: cannot execute: required file not found
debian11&&android
python对目录处理有问题
The text was updated successfully, but these errors were encountered:
v1.5.3之后的打包流程存在问题 #41
Sorry, something went wrong.
#50 修复问题
No branches or pull requests
提交Issue之前,你应当知道:
问题描述
版本1.5.3,linux架构如下文件运行有问题
arm7l
./lrcapi: cannot execute: required file not found
x86_64
-bash: ./lrcapi: No such file or directory
请求与响应
No response
日志文件
x86_64环境下:
root@dokcer:
# ls|grep lrc# ./lrcapilrcapi
root@dokcer:
-bash: ./lrcapi: No such file or directory
root@dokcer:
# uname -a# cat /etc/os-releaseLinux dokcer 5.15.74-1-pve #1 SMP PVE 5.15.74-1 (Mon, 14 Nov 2022 20:17:15 +0100) x86_64 GNU/Linux
root@dokcer:
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
armv7l环境下(termux app):
~/lrcapi $ uname -a
Linux localhost 3.4.113-perf-g9cd90d33e3a #1 SMP PREEMPT Wed Oct 19 16:15:37 CST 2022 armv7l Android
~/lrcapi $ ./lrcapi
bash: ./lrcapi: cannot execute: required file not found
~/lrcapi $ ./lrcapi --port 8080 --auth abc
bash: ./lrcapi: cannot execute: required file not found
系统信息
debian11&&android
补充信息
python对目录处理有问题
The text was updated successfully, but these errors were encountered: