On Mon, Mar 18, 2002 at 03:20:22PM -0500, Porter, John (Contractor) wrote: > > Matt Wilson wrote: > > You're attempting to run the tests on a system that has no > > /lib/ld-lsb.so.1. > > Yup. I would have thought that lib would be included somewhere?
Why? Only LSB Runtime Environments have /lib/ld-lsb.so.1. Red Hat Linux 7.2 was not one. > > Red Hat Linux 7.2 is not a LSB platform, so testing it isn't > > going to tell you much beyond what we already know. > > Yes, well, actually, I'm not doing this to test Red Hat. > I'm doing it to test the lsb test suite. > > My organization is preparing to port its application to Linux, > and we figured that we should better target LSB. > And in anticipation of that, we want to be prepared to test > platforms for LSB conformance. That is, we want to have > facility with the lsb test suite. If you're just looking to see what's available in the test suite, just do: 'ln -s ld-linux.so.2 /lib/ld-lsb.so.1' and run the tests. Cheers, Matt
