On Mon, Jun 19, 2006 at 08:56:55AM -0400, Jim Stapleton wrote: > that's libc, not glibc, the stuff I'm working on is specifically > looking for a "glibc.so" file. Am I missing something? > > -Jim Stapleton
Somebody is missing something. The 'libc' files listed below *are* glibc (at least libc.so.6 is, libc-2.3.2.so might be some older libc implementation installed for compatibility purposes.) A normal Linux system does not have any 'glibc.so' file installed, but will have the files listed below. > > On 6/19/06, Pablo Marín Ramón <[EMAIL PROTECTED]> wrote: > >> I looked at a few of the emulator/linux* ports, and it was not in > >> their pkg-plist files, only something in their usr/sbin > >> (glibc_post_upgrad), which, when ran, does not generate a glibc that I > >> can find in the any of BSDs lib directories, or the compat/linux/lib, > >> compat/linux/usr/lib either. > > > >$ grep ^lib/libc /usr/ports/emulators/linux_base-8/pkg-plist > >lib/libc-2.3.2.so > >lib/libc.so.6 > >lib/libcrypt-2.3.2.so > >lib/libcrypt.so.1 > > > >$ ls /usr/compat/linux/lib/libc* > >/usr/compat/linux/lib/libc-2.3.2.so > >/usr/compat/linux/lib/libcrypt-2.3.2.so > >/usr/compat/linux/lib/libc.so.6 > >/usr/compat/linux/lib/libcrypt.so.1 > > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- <Insert your favourite quote here.> Erik Trulsson [EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
