Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2003 17:05:41 +0100
From:      Hanspeter Roth <hampi@rootshell.be>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Sound Issue
Message-ID:  <20030118160541.GA1188@gicco.homeip.net>
In-Reply-To: <200301190039.36337.quinn1@gmx.de>
References:  <200301181056.27556.quinn1@gmx.de> <20030118141719.GA754@gicco.homeip.net> <200301190039.36337.quinn1@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
  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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030118160541.GA1188>