Error Building Proxygen (Networking Library) on Ubuntu 22.04.4, WSL
I’m following the instructions on Proxygen’s github repository to build and install it. They say to just run ./build.sh in the proxygen directory. Once proxygen builds, I get errors that all say undefined reference to folly::AsyncIoUringSocket
. There is something going on with the liburing
library.