Coder Social home page Coder Social logo

Unable to load native library. The platform may be missing native dependencies (libjpeg62, etc). Or the current platform is not supported. in linux about wkhtmltopdf-dotnet HOT 7 CLOSED

hakanl avatar hakanl commented on July 19, 2024 1
Unable to load native library. The platform may be missing native dependencies (libjpeg62, etc). Or the current platform is not supported. in linux

from wkhtmltopdf-dotnet.

Comments (7)

HakanL avatar HakanL commented on July 19, 2024 1

So you're probably missing dependencies to the native htmltopdf library on your Ubuntu 18.04 server. My guess is the libjpeg62 package, but if you install the native dpkg then it will tell you. Obviously this .NET wrapper can't install native dependencies.

from wkhtmltopdf-dotnet.

HakanL avatar HakanL commented on July 19, 2024 1

Maybe it's related to #28 if you're using publish. Is the .so file in any subfolder on your Ubuntu machine?

from wkhtmltopdf-dotnet.

HakanL avatar HakanL commented on July 19, 2024

Have you made sure those dependencies are installed?

from wkhtmltopdf-dotnet.

harrinson-gutierrez avatar harrinson-gutierrez commented on July 19, 2024

the libraries of each runtime are not exported as they should, it only works on my local machine but on an ubuntu 18.04 server it does not work

from wkhtmltopdf-dotnet.

harrinson-gutierrez avatar harrinson-gutierrez commented on July 19, 2024

The libjpeg62 libraries even though they are installed on the server does not work, you have to copy the native libraries in the root of the publication project, you also have to install the libssl package in case you have images in https

image

image

from wkhtmltopdf-dotnet.

HakanL avatar HakanL commented on July 19, 2024

Those steps are definitely not correct, you don't need to download DLL and DYLIB files (Windows and Mac) to your Linux install. But that being said, you shouldn't have to download any files, we have tested this to work fine in docker, but your docker image definitely has to have libjpeg62 (and possibly other dependencies) installed. You can always try run the example docker project as-is first, which is using .NET 3.1 (2.2 as you have in your example isn't out of support by Microsoft). I'm confused if you're trying to use docker, or directly in Ubuntu, your screenshot shows a dockerfile.

from wkhtmltopdf-dotnet.

harrinson-gutierrez avatar harrinson-gutierrez commented on July 19, 2024

I'm not using docker but evidence where I get the dependencies libwkhtmltox.dll libwkhtmltox.dydll, libwkhtmltox.so

In theory the nuget should make my life easier by placing the necessary libraries internally, but curiously these are not attached as they should, because even though I install the nuget and the native libgpg62 library and run the service in Ubuntu 18.06 it does not work. But when placing libwkhtmltox.dll libwkhtmltox.dydll
libwkhtmltox.so in the main project path, it works.

from wkhtmltopdf-dotnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.