Exact Error Messagebpcd: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
Details:
Overview:In Veritas NetBackup ™ Enterprise Server 5.x or 6.0, master servers may be unable to connect to the bpcd daemon on Linux clients using the administration console or may have backups failing with timeout errors. This can [...]
Archive for the ‘SuSE’ Category
Veritas NetBackup Error: bpcd libstdc++-libc6.2-2.so.3 64bit Linux Server
Posted in GNU/Linux, SuSE, Veritas, Veritas NetBackup on February 8, 2008 | Leave a Comment »
Script to Search for Packages
Posted in Linux Comm, SuSE on February 1, 2008 | Leave a Comment »
The commandrpm -q –changelog rpm
#! /bin/shfor i in $(rpm -q -a -l | grep $1); doecho “\”$i\” is in package:”rpm -q -f $iecho
Red Hat Package Manager (RPM) Quick Ref
Posted in Fedora, GNU/Linux, Linux Comm, SuSE on January 29, 2008 | 1 Comment »
RPM package database /var/lib/rpm
*.rpm – Used to install, uninstall, upgrade, query, verify a package in Redhat and SuSe Linux
rpm [option] [package_name(PN)/ package_filename(PFN)]
-i <PFN> : To install the package if not installed
-F <PFN> : To upgrade the package if older version already exists
-U <PFN> : To install/upgrade the package
-e <PN> : To remove the package (if [...]
Running several versions of JDK and JRE on SuSE Linux
Posted in GNU/Linux, SuSE on January 22, 2008 | Leave a Comment »
The SuSE Linux distribution contains several versions of development kits for
developing and running java applications and several versions of runtime environments
only for running java applications. To be able to run java applications which need
different versions of runtime environment or development kit, you may install several
versions at the same time. One of these development kits or [...]


