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.