On Sep 17, 2015, at 10:56 AM, Rob Groner <[email protected]> wrote: > > So far, the systemd service unit is working perfectly. Halleluia!
Good news! > For reference, here are the libs associated with the usbhid-ups driver: > > rtd@linux-fnda:/etc/init.d> ldd /usr/local/ups/bin/usbhid-ups > linux-vdso.so.1 (0x00007fffecd25000) > libusb-0.1.so.4 => /usr/lib64/libusb-0.1.so.4 (0x00007ff3b841b000) > libpthread.so.0 => /lib64/libpthread.so.0 (0x00007ff3b81fd000) > libc.so.6 => /lib64/libc.so.6 (0x00007ff3b7e4e000) > libusb-1.0.so.0 => /usr/lib64/libusb-1.0.so.0 (0x00007ff3b7c3e000) > /lib64/ld-linux-x86-64.so.2 (0x00007ff3b8621000) > librt.so.1 => /lib64/librt.so.1 (0x00007ff3b7a36000) What I missed before was that you have both "libusb-0.1.so.4" (from libusb-compat) and "libusb-1.0.so.0" (what libusb-compat calls through to). -- Charles Lepple clepple@gmail _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser

