Archive for the tag 'while'

The latest CentOS 5.3/RHEL 5.3 updates for openssh (openssh-4.3p2-36) introduce the dependency on the libfipscheck.so.1 library supplied by fipscheck-1.0.3-1 RPM, but this RPM is missing in default file system template for ssh.

Log in as root to your PPCPL box.

Open the /etc/virtualhosting/filelists/ssh.sh file using a text editor:

vi /etc/virtualhosting/filelists/ssh.sh

Make sure that the file looks like:

$RPM_BIN -q nss nspr > /dev/null 2>&1 && \
cat <<EOF
S,rpm:nss
S,rpm:nspr
EOF

Reference: http://parallels.com