Hello, i am trying to run Asterisk18 on the PLCNext. I am getting the following error massage which you can see on the screenshot. Thank you. HW: 02 FW: 2021.6.0


Hello, i am trying to run Asterisk18 on the PLCNext. I am getting the following error massage which you can see on the screenshot. Thank you. HW: 02 FW: 2021.6.0


Hmm, I’m not sure if it makes a difference, but can you try making /lib/libcap.so.2.32 executable?
I am not sure i got it right. But it was not possible for me to make libcap.so.2.32 executable. I attach two screenshots.


You need to run that command as root. Here are the instructions for setting the root user password: https://www.plcnext.help/te/Operating_System/Root_rights.htm#Setting_a_root_user_password
Ok, I followed the instructions. Still the same error massage.


In the original screen shot I see that you have tried to run the asterisk application from two different directories, but it is not clear exactly which executable you are running. What is the result of this command: which asterisk I suspect that the executable you are trying to run is not the one that you checked using the ldd command.
If I run this command I got no result.
In the screen shot attached the the first post, I am not 100% sure that you are running the same executable that you are checking using ldd. Can you please try running the application using ./ notation, i.e. ./asterisk
I can run Asterisk now.