From owner-freebsd-questions Sat Jan 18 8: 5:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D01A037B401 for ; Sat, 18 Jan 2003 08:05:44 -0800 (PST) Received: from gicco.homeip.net (dclient80-218-75-162.hispeed.ch [80.218.75.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE00243F7E for ; Sat, 18 Jan 2003 08:05:43 -0800 (PST) (envelope-from hampi@rootshell.be) Received: from localhost.here (idefix@gicco.homeip.net [127.0.0.1]) by gicco.homeip.net (8.12.6/8.12.6) with ESMTP id h0IG5giJ001268 for ; Sat, 18 Jan 2003 17:05:42 +0100 (CET) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by localhost.here (8.12.6/8.12.6/Submit) id h0IG5gWn001267 for freebsd-questions@FreeBSD.ORG; Sat, 18 Jan 2003 17:05:42 +0100 (CET) X-Authentication-Warning: localhost.here: idefix set sender to hampi@rootshell.be using -f Date: Sat, 18 Jan 2003 17:05:41 +0100 From: Hanspeter Roth To: freebsd-questions@FreeBSD.ORG Subject: Re: Sound Issue Message-ID: <20030118160541.GA1188@gicco.homeip.net> Reply-To: freebsd-questions@FreeBSD.ORG Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <200301181056.27556.quinn1@gmx.de> <20030118141719.GA754@gicco.homeip.net> <200301190039.36337.quinn1@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301190039.36337.quinn1@gmx.de> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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