Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi, i am getting this error trying to run the configure script when installing libmtp on knoppix.
Code:
configure: error: I can't find the libusb libraries on your system. You
may need to set the LDFLAGS environment variable to include the
search path where you have libusb installed before running
configure (e.g. setenv LDFLAGS=-L/usr/local/lib)
how do i find out if libusb is installed and if not how do i install it ?
ldconfig can list whatever installed (in correct path), read manual. If libusb is installed but not in correct path, ldconfig cannot locate it.
find / -name libusb\* can find any possible ones.
i was able to install libmtp on rh9.
i ran ldconfig and i got nothing back.
is there anyway to disable usb then re-enable it. whenever i transfer files to my portable video player i have to unplug then re-plug in the usb cable which is quite tedious
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.