Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2005 06:40:56 -0800 (PST)
From:      "Scott I. Remick" <scott@sremick.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: mpeg4ip requires IPv6?
Message-ID:  <20050106144056.18261.qmail@web53606.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
I should prefix this by saying that I have mpeg4ip working now, but I'd
still like to address the concerns you raised.

On Wed, 5 Jan 2005 16:10:38 -0800, Michael C. Shultz wrote:

> I don't have  libc.so.4 on my FreeBSD-5 Stable system, are you running 
> FreeBSD 4 or 5?

FreeBSD 5.3-RELEASE

> locate libc.so on my FreeBSD 5.3 returns:
> 
> /lib/libc.so.5
> /usr/compat/linux/lib/libc.so.6
> /usr/lib/libc.so

On mine I get: 

/lib/libc.so.5
/usr/compat/linux/lib/libc.so.6
/usr/lib/libc.so
/usr/local/lib/compat/libc.so.4
/usr/obj/usr/src/i386/lib/libc.so.5
/usr/obj/usr/src/i386/usr/lib/libc.so
/usr/obj/usr/src/lib/libc/libc.so
/usr/obj/usr/src/lib/libc/libc.so.5
/usr/src/lib/compat/compat1x/libc.so.1.1.gz.uu
/usr/src/lib/compat/compat21/libc.so.2.2.gz.uu
/usr/src/lib/compat/compat22/libc.so.3.1.bz2.uu
/usr/src/lib/compat/compat3x.i386/libc.so.3.gz.uu
/usr/src/lib/compat/compat4x.alpha/libc.so.4.bz2.uu
/usr/src/lib/compat/compat4x.i386/libc.so.4.bz2.uu

> If you are running FreeBSD 5 you probably have dependencies linked
> to out of date libraries and the dependencies should be upgraded, if
> your running FreeBSD 4 then never mind.

How can I find everything that's linked to these out-of-date libraries so I
know which to rebuild?

> look in your /usr/local/include/mp4.h file if you have one and see
> if "MP4IsIsmaCrypMediaTrac" is in there,

It is:

bool MP4IsIsmaCrypMediaTrack(
        MP4FileHandle hFile,
        MP4TrackId trackId);

But I don't think we're concerned about that anymore, since mpeg4ip is now
working, right? I am not sure what did it, but I tried ripping out
everything AGAIN and reinstalling and this time it worked. 

I'd appreciate advice on how to fix these old library dependencies, though,
since I don't want anything else screwing up in the future (actually I have
problems w/ SimGear and openoffice still). Thanks!



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