03.05.2022, 13:56
Hello, unfortunately after installing the latest version of luasocket that you provided in the previous message, another error showed up:
It seems to be a dependency issue, namely the library ssl.so is not present. Do you think it would be possible for you to compile us all the dependencies of this version of luasocket so we can effectively use it in the LogicMachine?
Code:
error loading module 'ssl.core' from file 'Library ssl.so':
Error loading shared library libssl.so.1.1: No such file or directory (needed by Library ssl.so)
stack traceback:
[C]: at 0x00054b64
[C]: in function 'require'
Library ssl: in function <Library ssl:0>
[C]: in function 'require'
Library socket/http: in function <Library socket/http:0>
[C]: in function 'require'
User script:12: in main chunk
It seems to be a dependency issue, namely the library ssl.so is not present. Do you think it would be possible for you to compile us all the dependencies of this version of luasocket so we can effectively use it in the LogicMachine?