Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2002 12:18:38 +0900
From:      "R. Lahaye" <lahaye@snu.ac.kr>
To:        ports@FreeBSD.org, riggs@rrr.de, holger@eit.uni-kl.de
Subject:   FreeBSD Port: mplayer-0.90.0.4 / avifile-0.6.0.20011220_1,1
Message-ID:  <3D30ED8E.D450476F@snu.ac.kr>

next in thread | raw e-mail | index | archive | help

Hi,

I've just installed both, mplayer and avifile, on my FreeBSD 4.6 PC.
However, both don't work, with the same error message:

$ mplayer 
/usr/libexec/ld-elf.so.1: Shared object "libusb.so.0" not found
$ aviplay 
/usr/libexec/ld-elf.so.1: Shared object "libusb.so.0" not found


I fixed it by doing manually(!):

  # cd /usr/ports/devel/libusb
  # make install
    [...]
  # cd /usr/local/lib
  # ls -als libusb*
  libusb-0.1.so -> libusb-0.1.so.5
  libusb-0.1.so.5
  libusb.a
  libusb.so -> libusb-0.1.so.5
  # ln -s libusb.so libusb.so.0


Note that I'm not at all using the usb!

This hidden dependency on usb makes no sense to me.

Any ideas what's wrong here?

Regards,
Rob.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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