-
-
Notifications
You must be signed in to change notification settings - Fork 444
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
Unable to load shared library 'MonoPosixHelper' or one of its dependencies #853
Comments
@Spocher did you install Mono? |
No, I didn't know it was necessary |
Could you try that? if it's that I'll add it to the readme |
Yes, now install |
Yeah, that solved the problem. Install Dependencies like https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md: And create options: };` And it worked. Debian 9 + Asp .Net Core. Cool! |
Hello i try using puppeteer-sharp on linux server + asp .net core
And i have this exception:
Unable to load shared library 'MonoPosixHelper' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libMonoPosixHelper: cannot open shared object file: No such file or directory, ( at PuppeteerSharp.Helpers.Linux.LinuxSysCall.FromFilePermissions(FilePermissions value, UInt32& rval)
The text was updated successfully, but these errors were encountered: