Forum Discussion
Craig_Gibb_1781
Apr 04, 2014Nimbostratus
Problems with BIG-IP Configuration Visualizer script and CentOS 6.5
Hi we are trying to get the visualizer script to work and are having a few problems, we have installed the prerequisites as described in the the article :- https://devcentral.f5.com/wiki/iControl.BIG...
Luis_Su__225_re
Aug 25, 2014Nimbostratus
If you are querying a 11.4 or later device, it fails because http classes do not exist anymore.
Try changing the line
my $vs_httpclass = get_vs_httpclass($vs_name) || 'NO_HTTPCLASS';
for my $vs_httpclass = 'NO_HTTPCLASS';
- ccna55_14039Oct 29, 2015NimbostratusDid this work for anyone? i change the line but still get error, syntax error at f5-gv.pl line 371, near "$vs_httpclass =" Execution of f5-gv.pl aborted due to compilation errors (1) (F) Probably means you had a syntax error. Common reasons include: A keyword is misspelled. A semicolon is missing. A comma is missing. An opening or closing parenthesis is missing. An opening or closing brace is missing. A closing quote is missing. Often there will be another error message associated with the syntax error giving more information. (Sometimes it helps to turn on -w.) The error message itself often tells you where it was in the line when it decided to give up. Sometimes the actual error is several tokens before this, because Perl is good at understanding random input. Occasionally the line number may be misleading, and once in a blue moon the only way to figure out what's triggering the error is to call perl -c repeatedly, chopping away half the program each time to see if the error went away. Sort of the cybernetic version of S<20 questions>. Uncaught exception from user code: syntax error at f5-gv.pl line 371, near "$vs_httpclass =" Execution of f5-gv.pl aborted due to compilation errors.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects