Open sleirsgoevy opened 9 months ago
@sleirsgoevy
With Redbean nightly, I'm able to run SQL from /zip/
. Does it help?
https://cosmo.zip/pub/cosmos/bin/redbean
https://github.com/wekan/wekanstudio/blob/main/Makefile#L24
https://github.com/wekan/wekanstudio/blob/main/srv/.lua/wekan.lua#L258
Interesting, https://redbean.dev/redbean-latest.com behaves as you describe, but if I do make MODE=x86_64 o/x86_64/tool/net/redbean
, calling that function on the resultant binary returns true
.
@jart is the build on redbean.dev out of date or something by any chance?
I wonder if this could have been fixed in 9ff65cff...
To reproduce, run
unix.access("/zip/", unix.R_OK)
in the Redbean REPL.I'm using the latest Redbean binary from the official website, the crash log is as follows: