Additional infor for using prebuilt vsw4 package

Stuart Anderson anderson at netsweng.com
Tue Aug 10 09:17:36 PDT 2004


On Thu, 5 Aug 2004, Kevin E Martin wrote:

>     2. The VSW4 test suite can be found here:
>          http://www.linuxbase.org/download/index.php/test_suites
>        [Stuart Anderson: Is this the correct place???]

Jim raised an issue on a call today. These tests are built to be LSB
conforming applications. This means you need to have the correct program
intepreter on your system. The symptom is that tcc doesn't run.

The solution is to install whatever package is provided by your
distribution to provide the LSB environment. Typically, this package
name is some variation of '*lsb*'.

An alternative is to just make a couple of symlinks (which is what the
package typically does).

For x86:

cd /lib
ln -s ld-linux.so.2 ld-lsb.so.1 # for LSB 1.3
ln -s ld-linux.so.2 ld-lsb.so.2 # for LSB 2.0

For ia64:

cd /lib
ln -s ld-linux.so.2 ld-lsb-ia64.so.1 # for LSB 1.3
ln -s ld-linux.so.2 ld-lsb-ia64.so.2 # for LSB 2.0

For x86_64:

cd /lib
ln -s ld-linux.so.2 ld-lsb-x86-64.so.1 # for LSB 1.3
ln -s ld-linux.so.2 ld-lsb-x86-64.so.2 # for LSB 2.0


and so on for ppc32, ppc64, s390, ad s390x.



                                Stuart

Stuart R. Anderson                               anderson at netsweng.com
Network & Software Engineering                   http://www.netsweng.com/
1024D/37A79149:                                  0791 D3B8 9A4C 2CDC A31F
                                                 BD03 0A62 E534 37A7 9149


More information about the release-wranglers mailing list