On Jan 19 at 00:46, Quinn Ellis spoke: > On Sun, 19 Jan 2003 00:17, Hanspeter Roth wrote:> > > > Is `file /usr/lib/libusb.so.0` reasonable? > > Else you might need to reinstall it. > > Oh, yes it does appear to be a problem, in that it's not there. > Is it a port? How does one install it.
I think ports shouln't install their libraries in /usr/lib they should use /usr/local/*. It depends whether your base system has been upgraded since you have installed it. If you have already upgraded by source you might do cd /usr/src && make installworld If you haven't and you had installed from CD you might try: cd / && cat /cdrom/bin/bin.* | tar xzvf - usr/lib/libusb.so.0 -Hanspeter To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message