Problem running Buildforge Agent on AIX
The BuildForge agent is installed on AIX 5.2 server, when I try to do the telnet to the server. I get the below message
telnet 10.219.238.150 5555
exec(): 0509-036 Cannot load program bfagent because of the following errors:
0509-130 Symbol resolution failed for bf
agent because:
0509-136 Symbol __fd_poll (number 73) is not exported from
dependent module /usr/lib/lib
c.a(shr.o).
0509-136 Symbol __fd_select (number 74) is not exported from
dependent module /usr/lib/lib
c.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
telnet 10.219.238.150 5555
exec(): 0509-036 Cannot load program bfagent because of the following errors:
0509-130 Symbol resolution failed for bf
agent because:
0509-136 Symbol __fd_poll (number 73) is not exported from
dependent module /usr/lib/lib
c.a(shr.o).
0509-136 Symbol __fd_select (number 74) is not exported from
dependent module /usr/lib/lib
c.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
4 answers
The BuildForge agent is installed on AIX 5.2 server, when I try to do the telnet to the server. I get the below message
telnet 10.219.238.150 5555
exec(): 0509-036 Cannot load program bfagent because of the following errors:
0509-130 Symbol resolution failed for bf
agent because:
0509-136 Symbol __fd_poll (number 73) is not exported from
dependent module /usr/lib/lib
c.a(shr.o).
0509-136 Symbol __fd_select (number 74) is not exported from
dependent module /usr/lib/lib
c.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
Hi,
Are you using an agent that you compiled from source or one that was provided already compiled (perhaps downloaded from jazz.net)?
Brent Ulbricht
RTC Build Lead
The BuildForge agent is installed on AIX 5.2 server, when I try to do the telnet to the server. I get the below message
telnet 10.219.238.150 5555
exec(): 0509-036 Cannot load program bfagent because of the following errors:
0509-130 Symbol resolution failed for bf
agent because:
0509-136 Symbol __fd_poll (number 73) is not exported from
dependent module /usr/lib/lib
c.a(shr.o).
0509-136 Symbol __fd_select (number 74) is not exported from
dependent module /usr/lib/lib
c.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
Hi,
Are you using an agent that you compiled from source or one that was provided already compiled (perhaps downloaded from jazz.net)?
Brent Ulbricht
RTC Build Lead
Hi
I used the one which was provided already compiled...
Regards,
-Kiran
Hello Brent,
The Aix 5.2 version server I'm using is 64 bit. Is there any different image to install 64 bit bfagent on AIX 5.2 if yes, Where can i find the same. I searched jazz.net but not able to find the same. Can you please help.
Regards,
-Kiran
Hi,
I believe the binary is compiled with AIX 5.3 which is why you're seeing the error on AIX 5.2. Depending on which release you're using, this page shows a matrix of supported platforms for the Build Forge agent installation binaries. You should try compiling from the source kit. There are instructions for how to do that in the installation help documentation.
Brent Ulbricht
RTC Build Lead