Kent_Perrier_50
Aug 12, 2011Nimbostratus
Perl Gtm Pool Member script question/issue
I am attempting to use the perl gtm pool member script at http://devcentral.f5.com/wiki/iControl.PerlGtmPoolMember.ashx
If I run it from the command line, with or without the arguements, it dies during the compile phase like this:
kent@host:~$ perl gtmpoolmember.pl
Illegal declaration of subroutine SOAP::Transport::HTTP::Client::get_basic_credentials at gtmpoolmember.pl line 63.
This happens on a RHEL 5.6 server, with perl 5.8.8, with RedHat's perl-SOAP-Lite-0.712-5.el5 module and on a Ubuntu server with pelr 5.10.1 and their version of the soap::lite module.
I fully admit that I don't know anything about soap programming and I was hoping to find an existing iControl script that I could munge to fit the need I have. (I need to generate a list wideIPs and the IP addresses of the pool members.) Any pointers on where to start to fix this issue?