The latest source code is available via: https://sourceforge.net/p/mpio/code/ checkout source code autogen.sh configure make
This was fixed in the source code in january 2006 after the latest pre release: ->tail -144 configure.in | head -11 dnl --- blacklist the too old versions case "$LIBUSB_VER" in 0.1.[[0123456]]|0.1.[[36]][[ab]]) AC_MSG_WARN([ *** You need at least version 0.1.7 of the libusb library for USB support *** http://sourceforge.net/projects/libusb/ *** If you cannot find the appropriate version, try CVS ]) exit 1 ;; *);; esac