View previous topic :: View next topic |
Author |
Message |
pksings Tux's lil' helper
Joined: 26 Oct 2003 Posts: 110 Location: Southern California
|
Posted: Thu Nov 13, 2003 11:35 pm Post subject: Redhat application compatiblity or lack thereof. |
|
|
I am trying to get Veritas Netbackup Server to run on Gentoo. It installs but won't run. I installed from the same CDROM to a Redhat box and it works fine. I do not wish to run Redhat on my this server, for that matter any server anymore.
I cannot find any reason why. Does anyone know any reason why a program would run on Redhat but not on Gentoo?
Any ideas anyone? _________________ PK |
|
Back to top |
|
|
wdreinhart Guru
Joined: 11 Jun 2003 Posts: 569 Location: 4QFJ12345678
|
Posted: Fri Nov 14, 2003 12:10 am Post subject: |
|
|
Differences in filesystem structure? It links to c++ libraries compiled with the wrong version of GCC? Without the error messages it's hard to say what the problem is... |
|
Back to top |
|
|
pksings Tux's lil' helper
Joined: 26 Oct 2003 Posts: 110 Location: Southern California
|
Posted: Fri Nov 14, 2003 12:21 am Post subject: BPRD is the daemon executable... The following is the error |
|
|
./bprd
./bprd: relocation error: ./bprd: undefined symbol: _t24__default_alloc_template2b1i0.free_list _________________ PK |
|
Back to top |
|
|
Sesquipedalian n00b
Joined: 22 May 2002 Posts: 62 Location: Loveland, CO
|
Posted: Fri Nov 14, 2003 7:05 pm Post subject: |
|
|
Try installing "sys-libs/lib-compat". That is, if you haven't already _________________ What tha........ |
|
Back to top |
|
|
pksings Tux's lil' helper
Joined: 26 Oct 2003 Posts: 110 Location: Southern California
|
Posted: Sun Nov 16, 2003 1:26 am Post subject: That was it ! ... |
|
|
compat libs did the trick!
Thank you!!!
PK _________________ PK |
|
Back to top |
|
|
21109 n00b
Joined: 24 May 2003 Posts: 18
|
Posted: Thu Jan 15, 2004 7:27 am Post subject: |
|
|
Hi pksings,
how did you hacked the installer? I am trying to install it, at the moment too...
Could you post the diff?
Tnx
Alex |
|
Back to top |
|
|
pksings Tux's lil' helper
Joined: 26 Oct 2003 Posts: 110 Location: Southern California
|
Posted: Thu Jan 15, 2004 4:12 pm Post subject: Script hacking |
|
|
Hmm, that would require me finding the script that required changing. I'll replay the process for you and you can do the same.
The installer does a "uname -a" and greps for the OSnamd and version and compares it to what it expects. I found where it does it and changed what it expects to what I have.
I do remember this, the installer calls another script for pre-req. checking, but I don't remember what it was. And mine is already hacked so I can't quickly repeat the process.
I will if you have difficulty with this, let me know.
PK _________________ PK |
|
Back to top |
|
|
EvilTwinSkippy n00b
Joined: 20 Feb 2003 Posts: 63 Location: Philadelphia, PA
|
Posted: Tue Mar 30, 2004 7:16 pm Post subject: Backup Exec init file |
|
|
Hey folks, just wanted to share the init file we cobbled together for BackupExec linux agent. Other than the init script, I just followed the installer, though I think I had to tell the script in X number of words I was running Linux.
Code: |
#!/sbin/runscript
DESTDIR=/etc/bkupexec
depend() {
need net
}
start() {
ebegin "Starting beagent"
CWD=`pwd`
cd $DESTDIR
start-stop-daemon --start --quiet \
--exec $DESTDIR/agent.be -d -nd 2>$DESTDIR/agent.log &
echo $! > /var/run/beagent.pid
eend $? "Failed to start beagent"
}
stop() {
ebegin "Stopping beagent"
kill $(cat /var/run/beagent.pid)
eend $? "Failed to stop beagent"
}
| [/code] _________________ I've found that people will take what you say more seriously if you tell them Ben Franklin said it first. |
|
Back to top |
|
|
pksings Tux's lil' helper
Joined: 26 Oct 2003 Posts: 110 Location: Southern California
|
Posted: Tue Jun 29, 2004 6:21 pm Post subject: Netbackup problems solved |
|
|
I finally did get Netbackup to work. It required hacking the startup/stop scripts, the syntax of the "tail' and 'head' commands changed and the scripts would barf on those steps. There was also an issue with bprd and msc-java services not starting, I had to edit the startup scripts for them also. And there were some packages I had to emerge in addition. This is all detailed in another thread.
It now works fine.
PK _________________ PK |
|
Back to top |
|
|
dUSk n00b
Joined: 11 Jun 2004 Posts: 15
|
Posted: Thu May 05, 2005 1:04 pm Post subject: |
|
|
Code: | Installing Backup Exec for Windows Servers Remote Agent for Linux/Unix
Servers 4.0 on hurricane:
Cannot install VRTSvxmsa ........................... ERROR 1 of 2 steps
error: Failed dependencies:
/bin/sh is needed by VRTSvxmsa-4.2.1-211
ld-linux.so.2 is needed by VRTSvxmsa-4.2.1-211
libc.so.6 is needed by VRTSvxmsa-4.2.1-211
libdl.so.2 is needed by VRTSvxmsa-4.2.1-211
libm.so.6 is needed by VRTSvxmsa-4.2.1-211
libnsl.so.1 is needed by VRTSvxmsa-4.2.1-211
libpthread.so.0 is needed by VRTSvxmsa-4.2.1-211
libc.so.6(GLIBC_2.0) is needed by VRTSvxmsa-4.2.1-211
libc.so.6(GLIBC_2.1) is needed by VRTSvxmsa-4.2.1-211
libc.so.6(GLIBC_2.1.3) is needed by VRTSvxmsa-4.2.1-211
libc.so.6(GLIBC_2.2) is needed by VRTSvxmsa-4.2.1-211
libdl.so.2(GLIBC_2.0) is needed by VRTSvxmsa-4.2.1-211
libdl.so.2(GLIBC_2.1) is needed by VRTSvxmsa-4.2.1-211
libpthread.so.0(GLIBC_2.0) is needed by VRTSvxmsa-4.2.1-211
libpthread.so.0(GLIBC_2.2) is needed by VRTSvxmsa-4.2.1-211
Cannot install VRTSralus ........................... ERROR 2 of 2 steps
error: Failed dependencies:
VRTSvxmsa = 4.2.1- is needed by VRTSralus-10.00.5484-0
ld-linux.so.2 is needed by VRTSralus-10.00.5484-0
libcrypt.so.1 is needed by VRTSralus-10.00.5484-0
libc.so.6 is needed by VRTSralus-10.00.5484-0
libdl.so.2 is needed by VRTSralus-10.00.5484-0
libm.so.6 is needed by VRTSralus-10.00.5484-0
libpthread.so.0 is needed by VRTSralus-10.00.5484-0
librt.so.1 is needed by VRTSralus-10.00.5484-0
libstdc++-libc6.2-2.so.3 is needed by VRTSralus-10.00.5484-0
libcrypt.so.1(GLIBC_2.0) is needed by VRTSralus-10.00.5484-0
libc.so.6(GLIBC_2.0) is needed by VRTSralus-10.00.5484-0
libc.so.6(GLIBC_2.1) is needed by VRTSralus-10.00.5484-0
libc.so.6(GLIBC_2.1.2) is needed by VRTSralus-10.00.5484-0
libc.so.6(GLIBC_2.1.3) is needed by VRTSralus-10.00.5484-0
libc.so.6(GLIBC_2.2) is needed by VRTSralus-10.00.5484-0
libdl.so.2(GLIBC_2.0) is needed by VRTSralus-10.00.5484-0
libdl.so.2(GLIBC_2.1) is needed by VRTSralus-10.00.5484-0
libm.so.6(GLIBC_2.0) is needed by VRTSralus-10.00.5484-0
libpthread.so.0(GLIBC_2.0) is needed by VRTSralus-10.00.5484-0
libpthread.so.0(GLIBC_2.1) is needed by VRTSralus-10.00.5484-0
libpthread.so.0(GLIBC_2.2) is needed by VRTSralus-10.00.5484-0
librt.so.1(GLIBC_2.1) is needed by VRTSralus-10.00.5484-0 |
I got above errors when trying to install Veritas Backup Exec Remote Agent for Linux Servers. Can anyone help me?
I have glibc-2.3.4 installed. |
|
Back to top |
|
|
|