Open tomland123 opened 1 month ago
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/
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/