Posted on 2007-12-03 08:47:35-08 by fmeyrou
rpcudp_create: RPC: 1832-015 Remote system error
Hi all, I'm trying to install CTCMD 1.06 module 1.06 from CPAN together with Perl 5.8.8 on an AIX server 5.2 TL09 running a ClearCase client V5 (clearcase_p2002.05.00-45). When I do the "make test" which run some test script, I get the following message: ----- "rpcudp_create: RPC: 1832-015 Remote system error - A file or directory in the path name does not exist." ----- It also says : ----- "ClearCase::CtCmd: Error: Unable to contact albd_server on host 'sx00056120'" "ClearCase::CtCmd: Error: Unable to contact albd_server on host 'sx00056138'" ----- Which are the license and registry servers. When I do what is done in the CTCMD test script within cleartool, everything works fine. The ping to the albd servers is good. The rpcinfo command is also giving a good report... I don't understand what is wrong... Please help! Tks a million, ./Frederic
Direct Responses: 6623 | Write a response
Posted on 2007-12-05 09:14:51-08 by fmeyrou in response to 6601
Re: rpcudp_create: RPC: 1832-015 Remote system error
I found the problem : AIX: The only way to run CtCmd with Perl 5.8.x is to rebuild Perl 5.8.x with the library link order changed to have -lc before -lnsl. In the Perl "Makefile" file, change the "libs" lines : ###libs = -lbind -lnsl -ldl -lld -lm -lcrypt -lc -lbsd libs = -lbind -lc -lnsl -ldl -lld -lm -lcrypt -lbsd
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.