Date: Thu, 10 Aug 2006 07:02:06 -0400 From: Chuck Swiger <cswiger@mac.com> To: Robin Becker <robin@reportlab.com> Cc: fbsdq <freebsd-questions@freebsd.org> Subject: Re: vmware library problem Message-ID: <44DB122E.5090009@mac.com> In-Reply-To: <44DAF68B.2030409@chamonix.reportlab.co.uk> References: <44D48B05.1000303@jessikat.plus.net> <44DAE779.2050702@jessikat.plus.net> <20060810104511.1dfbf0ff.dick@nagual.nl> <44DAF68B.2030409@chamonix.reportlab.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44DB122E.5090009>