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
I added this trigger to a project I am working on. My OS is Ubuntu 24.04, and was seeing the following error:
Finished building all Spin components
/home/sam/.local/share/spin/plugins/trigger-cron/trigger-cron: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Logging component stdio to ".spin/logs/"
Storing default SQLite data to ".spin/sqlite_db.db"
Serving http://127.0.0.1:3000
Available Routes:
rss-reader: http://127.0.0.1:3000 (wildcard)
A trigger exited unexpectedly. Terminating.
Current versions of Ubuntu are using libssl v3. Tracking down an old version from archived reposdoes resolve the issue, but I suspect on enough people's machines, doing so will result in some kind of unexpected side-effect.
I added this trigger to a project I am working on. My OS is Ubuntu 24.04, and was seeing the following error:
Current versions of Ubuntu are using libssl v3. Tracking down an old version from archived repos does resolve the issue, but I suspect on enough people's machines, doing so will result in some kind of unexpected side-effect.