Avatar of jjoz
jjoz
Flag for Australia asked on

compat-libstdc++-33 and libstdc++.so.5 files needed for Symantec Backup Exec Linux agent

Hi All,

I've just install RALUS (linux backup agent) from BE 2010 R2 by manually uploading it to the server and then extracting it followed by executing the install script.
after the install i deleted the extracted directory, when i go to my Media Server i cannot browse for this server eventhough i already put the IP address of this server.

here's my diagnostic regarding this error:

[root@bentley /]# vi /var/VRTSralus/beremote.service.log
/opt/VRTSralus/bin/beremote: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

where can i download that file so that i can SCP to the proper directory in my Fedora COre 5 x86 Linux server ?

Thanks.
[root@bentley /]# /etc/init.d/VRTSralus.init stop
Stopping Symantec Backup Exec Remote Agent:                              [FAILED]
[root@bentley /]# /etc/init.d/VRTSralus.init start
Starting Symantec Backup Exec Remote Agent ..............................
Starting Symantec Backup Exec Remote Agent:                              [FAILED]
[root@bentley /]# ps -A | grep beremote
[root@bentley /]# /etc/init.d/VRTSralus.init start
Starting Symantec Backup Exec Remote Agent ..............................
Starting Symantec Backup Exec Remote Agent:                              [FAILED]
[root@bentley /]# uname -a
Linux bentley 2.6.15-1.2054_FC5 #1 Tue Mar 14 15:48:33 EST 2006 i686 i686 i386 GNU/Linux
[root@bentley /]#

Open in new window

LinuxLinux DistributionsStorage Software

Avatar of undefined
Last Comment
Martin_J_Parker

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Martin_J_Parker

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
jjoz

ASKER
thanks man,

downloading now from: http://rpm.pbone.net/index.php3/stat/4/idpl/11468102/dir/fedora_5/com/compat-libstdc++-33-3.2.3-56.fc5.x86_64.rpm.html


Name : compat-libstdc++-33	
Version : 3.2.3	Vendor : Red Hat, Inc_
Release : 56.fc5	Date : 2006-09-18 10:03:44
Group : System Environment/Libraries	Source RPM : compat-gcc-32-3.2.3-56.fc5.src.rpm
Size : 0.79 MB	
Packager : Red Hat, Inc_ < http://bugzilla_redhat_com/bugzilla>	
Summary : Compatibility standard C++ libraries
Description : 
The compat-libstdc++ package contains compatibility standard C++ library
from GCC 3.3.4.

Open in new window

jjoz

ASKER
sadly i cannot install it using yum :-|
yum install compat-libstdc++-33

is there any way to enable the proxy please ?

[root@bentley ~]# cd /var/VRTSralus/

[root@bentley VRTSralus]# yum install compat-libstdc++-33
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core                                                                 [1/3]
http://download.fedora.redhat.com/pub/fedora/linux/core/5/i386/os/repodata/repomd.xml: [Errno 14] HTTP Error 407: Server: squid/2.7.STABLE3
Date: Fri, 10 Sep 2010 01:38:50 GMT
Content-Type: text/html
Content-Length: 1468
Expires: Fri, 10 Sep 2010 01:38:50 GMT
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Proxy-Authenticate: Basic realm="Company Name,"
X-Cache: MISS from proxy.domain.com
X-Cache-Lookup: NONE from proxy.domain.com:3128
Via: 1.0 proxy.domain.com:3128 (squid/2.7.STABLE3)
Connection: close
Trying other mirror.
Cannot open/read repomd.xml file for repository: core
failure: repodata/repomd.xml from core: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from core: [Errno 256] No more mirrors to try.

Open in new window

Martin_J_Parker

Didn't you get an rpm file?  If so just install with the command:
rpm -iv filename.rpm
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
jjoz

ASKER
actually it works after i type yum ... >_<
pardon me sir...
Martin_J_Parker

Glad to hear it's working!