Installation guide

88
EMC NetWorker Release 8.1 SP1 Installation Guide
Linux Installation
For example:
# yum localinstall lgtoclnt*.rpm
Packages skipped because of dependency problems:
compat-libstdc++-33-3.2.3-68.1.x86_64 from fedora
glibc-2.14.90-24.fc16.9.i686 from updates
ksh-20120801-1.fc16.x86_64 from updates
libXp-1.0.0-16.fc15.x86_64 from fedora
nss-softokn-freebl-3.13.5-1.fc16.i686 from updates

The yum command does not successfully install the NetWorker software.
b. Use the yum program to manually install the missing package dependencies.
For example:
yum install c
ompat-libstdc++-33 ksh libXp
glibc-2.14.90-24.fc16.9.i686

When you specify the glib package, use the full package name to ensure the
correct glib package installs and not the glibc-2.14.90-24.fc16.9.x86_64 package.
2. Use the rpm command to confirm that you resolved all missing package
dependencies, with the exception of libcap.so.1.
For example:
# rpm -ivh lgtoclnt*.rpm
error: Failed dependencies:
libcap.so.1 is needed by lgtoclnt-8.1-1.i686
3. Use the rpm command with the --nodeps option to install the NetWorker software and
ignore the libcap.so1 dependency:
rpm -ivh --nodeps
package [package]...
where
package [package]...
is a list of the software package required for the
installation type.
Table 18 on page 88 provide a list of the available NetWorker software packages.
For example, to install the man pages during a NetWorker client install, type:
Table 18 List of NetWorker software packages
Installation type: Packages:
Client software lgtoclnt*.rpm
Man pages lgtoman*.rpm
Simplified chinese language support lgtozh*.rpm
French language support lgtofr*.rpm
Japanese language support lgtoja*.rpm
Korean language support lgtoko*.rpm