Cargo expects libffi-sys v4.1.0 while Linux trixie tells me I have the newest version of libffi-dev installed?
The Rust Programming Language Forum
Cargo expects libffi-sys v4.1.0 while Linux trixie tells me I have the newest version of libffi-dev installed?
What do you do in such cases provided it is not an error coming from the cargo compiler? I am trying to install deno using cargo on, using: $ uname -a Linux LAPTOP-QS14DNGD 6.6.87.2-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Thu Jun 5 18:30:46 UTC 2025 x86_64 GNU/Linux $ which cargo /usr/bin/cargo $ cargo --version cargo 1.95.0 (f2d3ce0bd 2026-03-21) (built from a source tarball) $ sudo apt install libffi-dev libffi-dev is already the newest version (3.7.1-2). $ sudo dpkg -l | gre...
0 comments
No comments yet.