i can't get bfgminer to pickup on the .so files for libhidapi on raspian wheezy
from ~/
git clone https://github.com/signal11/hidapi && git clone https://github.com/luke-jr/bfgminer
cd hidapi
./bootstrap
./configure
make -j2
make install
I also tried your procedure to get my Hasbuster Nano working with the new bfgminer on raspian wheezy and encounterd the same issue.
Remembered something about a prefix parameter for the configure command after reading the hidapi readme a few days ago and decided to give it a try.
After the hidapi recompile, bfgminer recognised my Hashbuster Nano. Maybe this also works for you.
My Hashbuster Nano still doesn't work on my Raspberry Pi, the hash rate rapidly decreases to 0 GH/S.
cd hidapi
./bootstrap
./configure --prefix=/usr
make -j2
make install