User Guide

SUSE
Linux Enterprise Server 10 SP3 or later
packages x86 x64
standard C++ library libstdc++ libstdc++
standard C library glibc glibc
GCC library libgcc libgcc
cron cron cron
syslog-ng syslog-ng (*)
klogd (*)
syslog-ng (*)
klogd (*)
others pciutils
iptables
psmisc (Note2)
pciutils
iptables
psmisc (Note2)
SUSE Linux Enterprise Server 11 SP1 or later
packages x64
standard C++ library libstdc++
standard C library glibc
GCC library libgcc
cron cron
syslog-ng syslog-ng (*)
klogd (*)
libnet (*)
others pciutils
iptables
psmisc (Note2)
25
(Note1) This is required when you use ExpressUpdate.
(Note2) This is required when you use N8103-109/128/134/135 RAID Controllers.
Install these packages by the following procedure (This procedure is an example using standard C++ library).
Step 1
You can check by rpm command if standard C++
library exists in the computer or not. If it has existed in your
computer, rpm command appears as shown in the right (the
part "*" depends on the operating system). In this case, go to
the section "Installation (Linux, VMware ESX)".
1
> rpm -q libstdc++
libstdc++*
>
Step 2 If standard C++ library has not existed in your
computer, rpm command appears as shown in the right. In
this case, install it to your computer.
Insert the install disk of operating system that includes the
"standard C++ library" to CD-ROM/DVD-ROM drive of
your computer.
Change the current directory to the directory where standard
C++ library exists and install the standard C++ library by
rpm command (the part "*" depends on the operating
system).
> rpm –q libstdc++
package libstdc++ is not installed
> rpm –ivh libstdc++*.rpm
Preparing... ##############################
[100%]
Y
ou can see the result of installation by rpm command.
After the installation finishes, the following package will exist in your computer.
libstdc++*
(The part "*" depends on the operating system.)
If the installation fails, the package will not exist in your computer.
1:libstdc++ ############################## [100%]
> rpm -q libstdc++
libstdc++*
>
2
3