diff --git a/Netdisco/Changes b/Netdisco/Changes index dee513c0..9d7baa64 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -7,6 +7,7 @@ [ENHANCEMENTS] * Add Linux SNMP, LLDP setup docs (S. Hobson) + * Add note on SLES 11 SP4 install workaround (C. Ramseyer) [BUG FIXES] diff --git a/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod b/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod index 139b1b20..c9182e29 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod @@ -152,4 +152,10 @@ community string to improve performance. To work around this, delete the device (either in the web GUI or using C at the command line), and then re-discover it. +=head1 Installation on SLES 11 SP4 + +Try running the following command for installation: + + curl -L http://cpanmin.us/ | CFLAGS="-DPERL_ARGS_ASSERT_CROAK_XS_USAGE" perl - --notest --local-lib ~/perl5 App::Netdisco + =cut