Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Redhat application compatiblity or lack thereof.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
pksings
Tux's lil' helper
Tux's lil' helper


Joined: 26 Oct 2003
Posts: 110
Location: Southern California

PostPosted: Thu Nov 13, 2003 11:35 pm    Post subject: Redhat application compatiblity or lack thereof. Reply with quote

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
View user's profile Send private message
wdreinhart
Guru
Guru


Joined: 11 Jun 2003
Posts: 569
Location: 4QFJ12345678

PostPosted: Fri Nov 14, 2003 12:10 am    Post subject: Reply with quote

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
View user's profile Send private message
pksings
Tux's lil' helper
Tux's lil' helper


Joined: 26 Oct 2003
Posts: 110
Location: Southern California

PostPosted: Fri Nov 14, 2003 12:21 am    Post subject: BPRD is the daemon executable... The following is the error Reply with quote

./bprd
./bprd: relocation error: ./bprd: undefined symbol: _t24__default_alloc_template2b1i0.free_list
_________________
PK
Back to top
View user's profile Send private message
Sesquipedalian
n00b
n00b


Joined: 22 May 2002
Posts: 62
Location: Loveland, CO

PostPosted: Fri Nov 14, 2003 7:05 pm    Post subject: Reply with quote

Try installing "sys-libs/lib-compat". That is, if you haven't already :)
_________________
What tha........
Back to top
View user's profile Send private message
pksings
Tux's lil' helper
Tux's lil' helper


Joined: 26 Oct 2003
Posts: 110
Location: Southern California

PostPosted: Sun Nov 16, 2003 1:26 am    Post subject: That was it ! ... Reply with quote

compat libs did the trick!

Thank you!!!


PK
_________________
PK
Back to top
View user's profile Send private message
21109
n00b
n00b


Joined: 24 May 2003
Posts: 18

PostPosted: Thu Jan 15, 2004 7:27 am    Post subject: Reply with quote

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
View user's profile Send private message
pksings
Tux's lil' helper
Tux's lil' helper


Joined: 26 Oct 2003
Posts: 110
Location: Southern California

PostPosted: Thu Jan 15, 2004 4:12 pm    Post subject: Script hacking Reply with quote

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
View user's profile Send private message
EvilTwinSkippy
n00b
n00b


Joined: 20 Feb 2003
Posts: 63
Location: Philadelphia, PA

PostPosted: Tue Mar 30, 2004 7:16 pm    Post subject: Backup Exec init file Reply with quote

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
View user's profile Send private message
pksings
Tux's lil' helper
Tux's lil' helper


Joined: 26 Oct 2003
Posts: 110
Location: Southern California

PostPosted: Tue Jun 29, 2004 6:21 pm    Post subject: Netbackup problems solved Reply with quote

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
View user's profile Send private message
dUSk
n00b
n00b


Joined: 11 Jun 2004
Posts: 15

PostPosted: Thu May 05, 2005 1:04 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum