-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure functions: error while loading shared libraries: libssl3.so #24
Comments
For info, EMF/WMF to PNG conversion can be done with libreoffice with such a command: |
About the Linux version, I tried running
|
About this, I have compiled a new lo.tar.gz for use in Azure Functions for Python on Debian 9 (stretch). So far it seems to work - I'll have to do some checks. If interesting, I can probably share the release. I'm a complete beginner on the topic of building Linux tar balls, and did this on a Debian Virtual Machine in Azure: If I share the tar-ball, will I somehow expose any secrets or security holes regarding my own Azure? (I cant really think of anything, but I'm not really qualified to answer this) |
@aorsten Hello, nope, that's ok if in the tarball there is only a compiled LibreOffice. It can really expose the system runtime type only ;) |
I've run into the same issue in AWS Lambda. |
@aorsten Hi, I am also interested in an Azure Function version, did you succeed? Is there maybe a repo? |
Hi @aorsten, I ran into the same problem when trying to make it work in Azure Functions. If you can share how you solved this problem I would appreciate it. |
I'm trying to set this up in Azure functions, a python function which runs on Linux. I've managed to do some of the steps, but am now stuck on the conversion command.
Actually, what I need is to convert EMF and WMF files to PNG - not the entire PDF converter. But I'm trying to set up the PDF converter from a simple .TXT file first.
I've so far managed to:
I'm really inexperienced with Linux - so I don't understand the error message I'm getting here. Does it mean there's some system files that are required, which aren't included in the lo.tar.gz file?
I have used the lo.tar.gz file you had precompiled for Lambda. Do you reckon it should work here as well - or would I need to build my own specific file for use on Azure Functions (Python functions run on Linux)?
Any help here is much appreciated. And of course I'll share the code for Azure Functions once I manage to get it working - if that's interesting.
The text was updated successfully, but these errors were encountered: