Title: FreeBSD: libusb.so.0 n/a, use libusbhid.so instead Post by: Maxlor on December 01, 2002, 08:47:56 pm Just tried the game on FreeBSD (statically compiled binary). It doesn't start, since ld can't find libusb.so.0.
The game should instead be linked to libusbhid.so. It's a bit confusing, since there is a libusb port in the freebsd ports, it doesn't contain the necessary routines though. After I created a symlink from /usr/local/lib/libusb.so.0 to /usr/lib/libusbhid.so the game worked fine. |