Skip to content
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

libjpeg error on Debian (testing) #44

Open
adamsmasher opened this issue Dec 20, 2021 · 0 comments
Open

libjpeg error on Debian (testing) #44

adamsmasher opened this issue Dec 20, 2021 · 0 comments

Comments

@adamsmasher
Copy link

Attempting to run the sample program gives the following error:

error: Uncaught (in promise) Error: Could not open library: Could not open library: libjpeg.so.8: cannot open shared object file: No such file or directory
  return Deno.dlopen(file.path, symbols);
              ^
    at Object.opSync (deno:core/01_core.js:142:12)
    at new DynamicLibrary (deno:ext/ffi/00_ffi.js:15:24)
    at Object.dlopen (deno:ext/ffi/00_ffi.js:63:12)
    at Module.prepare (https://deno.land/x/plug@0.4.0/plug.ts:77:15)
    at async https://deno.land/x/sdl2@0.2-alpha.1/bindings/bindings.ts:11:14

Debian hasn't shipped libjpeg8 since 2017, considering it to have been superceded by libjpeg9, so no surprise there.

Not sure if there's anything you can do about this; just wanted to flag it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant