holepunchto / pear

combined Peer-to-Peer (P2P) Runtime, Development & Deployment tool
https://pears.com/
Apache License 2.0
85 stars 9 forks source link

pear-runtime fails to load shared library libgbm.so.1 on Amazon Linux 2023 aarch64 #124

Closed jetpen closed 2 months ago

jetpen commented 2 months ago

Following the Getting Started instructions, the runtime fails on Amazon Linux 2023 on t4g.medium (aarch64).

pear run pear://runtime
/home/ec2-user/.config/pear/by-dkey/7216eeac5c879a2ca1dcff14bb8c1ad47d188a8c17b13e66f36d354ea8bd3b28/1/by-arch/linux-arm64/bin/pear-runtime-app/pear-runtime: error while loading shared libraries: libgbm.so.1: cannot open shared object file: No such file or directory
jetpen commented 2 months ago

never mind. Fixed it. sudo dnf install mesa-libgbm