outofroutine
outofroutine11mo ago

Compiled binary from Cross-Platform CLI example will not work

Going through https://deno.com/blog/build-cross-platform-cli and running the output file, I get
Symbol not found: _sqlite3_unlock_notify
Symbol not found: _sqlite3_unlock_notify
in MacOS. what am i missing here?
8 Replies
Testersen™
Testersen™11mo ago
You might need to run with --unstable
outofroutine
outofroutine11mo ago
Already compiling with --unstable, just like the given code block in the page. And without compiling, running the main.ts directly (deno run) it works
Testersen™
Testersen™11mo ago
Are you on the latest version?
outofroutine
outofroutine11mo ago
yes. i just installed to try out Deno for the first time after reading this blog.. however things seem not to be working
lcasdev
lcasdev11mo ago
@outofroutine did you install via brew?
outofroutine
outofroutine11mo ago
yes correct
lcasdev
lcasdev11mo ago
can you install with the curl script, and try again? there is a bug with the brew build that will hopefully be fixed next release
outofroutine
outofroutine11mo ago
that indeed helped! thanks a lot @lucacasonato
More Posts
Deno Vite App CLI doesn't match Deploy DocsI hope this is the right channel for this. (Deno team is probably already aware of this, but postingthird party module not updating / releasingDear all, I have just added a github repo , https://github.com/jonasfrey/o_file__wav, added a webhoPossible error in Deno.renameI’ve noticed that `Deno.renameˋ does not actually throw a ˋDeno.errors.AlreadyExists` on Linux and BOutgoing connection over TLS (port 465) from the deno deployment is failingI am trying to send an email via Gmail SMTP. The code is trying to connect to smtp.gmail.com on portsetting module scope variable based on module import pathI have a big utilities file with many helper functions, mostly arround html parsing. Many of which tHow to import a npm package that relies on WasmI'm trying to import `npm:@biscuit-auth/biscuit-wasm@0.4.0` and I wrote the following script: ```TypDeno deploy --allow-write permission.I'm writing a small web app that uses tilia (https://deno.land/x/tilia@0.1.2) to manage a small jsonGetting values from Deno KV in a Web Worker always return empty array despite working correctly o...Getting values from Deno KV in a Web Worker always return empty array despite working correctly outsSimple Deno program on Windows quits after 20 secondsHi I have created a simple deno program and now compiled to an exe file for window using the commanNeed some help for Deno/FreshJS projectI have a Deno/FreshJS project and need some help from someone with extensive experience in Deno/Fres