You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Attempting to run the sample program gives the following error:
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.
The text was updated successfully, but these errors were encountered: