Hello,
I'm trying to use OpenCV in an Azure Linux WebApp. The application is deployed by a local Git repository, and it works just fine in local computer.
When I load it to the azurewebsites it returns "Service unavailable". I've seen in the LogFiles that the error is the following:
"ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory"
I've already tried to install the libglib2.0 package in many folders, and I've also tried to copy the file libgthread-2.0.so.0
in PATH folders, and it keeps returning the same issue.
Thanks!!!!