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
in our use case, opendal is Lua module name. opendal build output as libopendal_lua.so
So I want to use the rocks build module opendal, For the current implement, if we want to build module as opendal, the backend library name is libopendal.so
Is any work around to implement this?
The text was updated successfully, but these errors were encountered:
╰─$ luarocks make --local
opendal 0.1.0-1 depends on lua >= 5.1 (5.4-1 provided by VM)
opendal 0.1.0-1 depends on luarocks-build-rust-mlua (0.1.1-1 installed)
Finished release [optimized] target(s) in 0.12s
Error: Build error: Failed installing ../../target/release/libopendal.so in /home/ouyang/.luarocks/lib/luarocks/rocks-5.4/opendal/0.1.0-1/lib/opendal.so: ../../target/release/libopendal.so: No such file or directory
in our use case, opendal is Lua module name. opendal build output as
libopendal_lua.so
So I want to use the rocks build module
opendal
, For the current implement, if we want to build module asopendal
, the backend library name islibopendal.so
Is any work around to implement this?
The text was updated successfully, but these errors were encountered: