Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2002 21:43:59 +0900
From:      "R. Lahaye" <lahaye@snu.ac.kr>
To:        Michael Nottebrock <michaelnottebrock@gmx.net>
Cc:        Edwin Groothuis <edwin@mavetju.org>, ports@FreeBSD.ORG, riggs@rrr.de, holger@eit.uni-kl.de
Subject:   Re: FreeBSD Port: mplayer-0.90.0.4 / avifile-0.6.0.20011220_1,1
Message-ID:  <3D31720F.656092A5@snu.ac.kr>
References:  <3D30ED8E.D450476F@snu.ac.kr> <20020714034804.GG574@k7.mavetju> <3D30F629.6B7D0FA7@snu.ac.kr> <3D31330A.8050600@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Michael Nottebrock wrote:
> 
> R. Lahaye wrote:
> >>>
> >>>$ 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
> >
> > On my freshly installed 4.6 PC, I get with "ls /usr/lib/libusb*":
> >
> > /usr/lib/libusbhid.a
> > /usr/lib/libusbhid.so -> libusbhid.so.0
> > /usr/lib/libusbhid.so.0
> > /usr/lib/libusbhid_p.a
> 
> That's allright, libusb was renamed to libusbhid between 4.5 and 4.6.
> The error shouldn't happen anyway - did you upgrade from 4.5 and had
> mplayer and avifile compiled when you still had 4.5? Or did you
> accidentally install 4.5-packages maybe?

Nope! E.g. I compiled the mplayer port myself, and then:
$ ldd /usr/local/bin/mplayer
/usr/local/bin/mplayer:
        libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x2821b000)
        libncurses.so.5 => /usr/lib/libncurses.so.5 (0x282ed000)
        libz.so.2 => /usr/lib/libz.so.2 (0x2832f000)
        libgtk12.so.2 => /usr/X11R6/lib/libgtk12.so.2 (0x2833c000)
        libgdk12.so.2 => /usr/X11R6/lib/libgdk12.so.2 (0x28464000)
        libgmodule12.so.3 => /usr/local/lib/libgmodule12.so.3 (0x28496000)
        libglib12.so.3 => /usr/local/lib/libglib12.so.3 (0x28499000)
        libintl.so.2 => /usr/local/lib/libintl.so.2 (0x284bb000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x284c2000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x284d0000)
        libm.so.2 => /usr/lib/libm.so.2 (0x2858c000)
        libpng.so.5 => /usr/local/lib/libpng.so.5 (0x285a8000)
        libjpeg.so.9 => /usr/local/lib/libjpeg.so.9 (0x285ca000)
        libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x285e8000)
        libSDL-1.1.so.4 => /usr/local/lib/libSDL-1.1.so.4 (0x28648000)
        libvgagl.so.1 => /usr/local/lib/libvgagl.so.1 (0x2869b000)
        libvga.so.1 => /usr/local/lib/libvga.so.1 (0x286a9000)
        libaa.so.1 => /usr/local/lib/libaa.so.1 (0x286fa000)
        libc_r.so.4 => /usr/lib/libc_r.so.4 (0x28710000)
        libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 (0x287c8000)
        libesd.so.2 => /usr/local/lib/libesd.so.2 (0x287ca000)
        libaudiofile.so.0 => /usr/local/lib/libaudiofile.so.0 (0x287d2000)
        libgnugetopt.so.1 => /usr/local/lib/libgnugetopt.so.1 (0x287f5000)
        libusb.so.0 => not found (0x0)


Creating manually the link "/usr/lib/libusb.so.0 -> /usr/lib/libusbhid.so.0" ,
solves the libusb problem for both, aviplay and mplayer.

Some 4.5 / 4.6 compilation issues have been muddled up somethere.

Regards,
Rob.

PS: my ports-cvsupfile is this

*default host=cvsup10.freebsd.org
*default prefix=/usr
*default base=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all

Is that causing trouble?

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?3D31720F.656092A5>