Robin Becker wrote:
[ ... ]
Sure they're not the same. They belong to a different OS!
The first are linux libraries, the second thos of FreeBSD.

hmmm, I thought they both come from Xorg, it's obvious that different systems might apply different patches, but in practice shouldn't there be just one copy of libX11.so.6 on any given system?

Sure. You would only need one copy of the X11 libraries if you only run native FreeBSD apps. If you want to run Linux apps, well, you need the Linux shared libraries those apps depend on.

Presumably my KDE is operating with the freeBSD patched one so why should linux compatible apps use a different version?

Because the C library and system calls available under FreeBSD and Linux are different...? Take a look at the source for BSD libc and GNU libc, or run "nm" on the shared libraries and compare the symbol tables for yourself.

--
-Chuck
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to