beremiz

OPC-UA: fix LDFLAG, missing OpenSSL's -lcrypto
wxPython4
2022-09-14, Edouard Tisserant
2c041d3d6ee3
file isExecutable
OPC-UA: fix LDFLAG, missing OpenSSL's -lcrypto

open62541 is linked staticaly, therefore shared object dependencies have to be given explicitely.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER