cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Edge Micro Server installation problem

EB_10109450
4-Participant

Edge Micro Server installation problem

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 work
 
Someone has solved this issue?
thanks in advanced
5 REPLIES 5


@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 work
 
Someone 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

Rocko
17-Peridot
(To:EB_10109450)

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#

 

EB_10109450
4-Participant
(To:Rocko)

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.

Top Tags