Jump to content
Flirc Forums

tjteixeira

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by tjteixeira

  1. Replying to my own post, I was able to download source at Download libusb-1.0.18.tar.bz2 (502.2 kB) and compile it, but it installs to /usr/local/lib64 which is not part of the standard search path. I got it to run LD_LIBRARY_PATH, but I'd really like to find at least a src rpm instead.
  2. I'm having the same problem with openSuse 13.1. I'm using Flirc-v1.2.2-x64. I've got libusb-1_0-0-1.0.9-8.1.2.x86_64.rpm installed, as well as every other rpm beginning with "libusb". Doing "nm -D /usr/lib64/libusb-1.0.so.0.1.0" shows several other functions beginning with libusb, so I'm guessing I need a newer version of the libusb libraries. ~/Flirc-v1.2.2-x64> nm -D /usr/lib64/libusb-1.0.so.0.1.0 |grep libusb_get 0000000000004e20 T libusb_get_active_config_descriptor 0000000000003140 T libusb_get_bus_number 0000000000004fb0 T libusb_get_config_descriptor 0000000000005230 T libusb_get_config_descriptor_by_value 0000000000004170 T libusb_get_configuration 0000000000003410 T libusb_get_device 0000000000003150 T libusb_get_device_address 0000000000004d40 T libusb_get_device_descriptor 00000000000032a0 T libusb_get_device_list 0000000000003160 T libusb_get_device_speed 0000000000003b30 T libusb_get_max_iso_packet_size 0000000000003ab0 T libusb_get_max_packet_size 00000000000062d0 T libusb_get_next_timeout 0000000000006af0 T libusb_get_pollfds 00000000000052b0 T libusb_get_string_descriptor_ascii 0000000000004400 T libusb_get_version ~/Flirc-v1.2.2-x64>
×
×
  • Create New...