Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
During EMS installation on arm device I get the following error
-bash: ./wsems: No such file or directory
below the system information:
Linux imx8mm-icore 5.15.71-legacy-imx8 #18 SMP PREEMPT Mon May 13 12:33:59 CEST 2024 aarch64 aarch64 aarch64 GNU/Linux
here the ems version: Microserver-Linux-arm-hwfpu-openssl-5-5-0-2778
@EB_10109450 wrote:During EMS installation on arm device I get the following error
-bash: ./wsems: No such file or directory
below the system information:
Linux imx8mm-icore 5.15.71-legacy-imx8 #18 SMP PREEMPT Mon May 13 12:33:59 CEST 2024 aarch64 aarch64 aarch64 GNU/Linux
here the ems version: Microserver-Linux-arm-hwfpu-openssl-5-5-0-2778
I've already try to follow the article CS289594 but It didn't workSomeone has solved this issue?
thanks in advanced
Hello, @EB_10109450
Here are the steps to resolve the -bash: ./wsems: No such file or directory error:
Verify File Existence:
ls -l ./wsems
Check File Permissions:
chmod +x ./wsems
Check Architecture Compatibility:
file ./wsems
Check Dependencies:
ldd ./wsems
Check Current Directory:
pwd
cd /path/to/wsems
Check SELinux/AppArmor:
Temporarily disable SELinux:
sudo setenforce 0
If the issue persists, provide the output of these commands for further assistance.
I hope my suggestion is helpful to you.
Best Regard,
Patrick Fritz
thanks for your quick reply,
the file exists and has the execution permiss.
the command ldd ./wsems return an error:
not a dynamic executable
Emiliano
You can try to run strace wsems to further investigate. Most probably a 32/64 bit issue or a missing library.
For reference: https://unix.stackexchange.com/questions/75054/ldd-tells-me-my-app-is-not-a-dynamic-executable#
the problem was solved copying all 32bit libraries the ems program needs in /lib
Hello @EB_10109450,
It looks like you have some responses from some community members. If any of these replies helped you solve your question please mark the appropriate reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Community Moderation Team.