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
Different versions of linux have different kernels and code is compiled under a very specified version. Instead use this guide as a more generic solution:
Different versions of linux have different kernels and code is compiled under a very specified version. Instead use this guide as a more generic solution:
git clone https://github.com/drift-labs/drift-ffi-sys.git
cd drift-ffi-sys
cargo build --release
sudo cp target/release/libdrift_ffi_sys.so /usr/lib/
The text was updated successfully, but these errors were encountered: