This page is used for documenting machine specific setup necessary to get our tests working.
vdt-debian31-ia32
Installed openssl (apt-get install openssl)
vdt-debian4-ia32
Installed libX11-6 (apt-get install libX11-6)
Installed libssl-dev to get libssl.so to symlink to
libssl.so.0.9.8. This was needed to get PyGlobus to install.
vdt-debian4-amd64
Installed libX11-6 (apt-get install libX11-6)
Installed libssl-dev to get libssl.so to symlink to
libssl.so.0.9.8. This was needed to get PyGlobus to install.
vdt-sles9-amd64
-
Installed wget package - this was necessary to make pacman work, because
there was a bug that prevented it from falling back to a python's wget on
SuSE. Saul should be fixing the bug for Pacman 3.22 (sk 2007/11/19)
-
Installed openssl-devel and openssl-devel-32bit packages - I had to compile
curl on this machine because we don't have a 64-bit SLES 9 machine in the
NMI pool. Curl requires these include and library files. (sk 2007/11/19)
-
Manually built Curl and Stunnel on the machine since we don't have an NMI
box for this platform.
-
Need to add the python-xml RPM (python-xml-2.3.3-88.1).
SLES 9 includes Python 2.3.3 in its python-2.3.3 RPM, but this package
does not contain everything that the source distribution of Python 2.3.3
includes. In particular, it omits the xml (Python) package and instead puts
it into a separate python-xml RPM. As it turns out, VOMS Admin 2.0 requires
the xml package and thus fails on the stock SLES 9 install.
vdt-aix53
See aix.html in the appropriate release directory