From a1b1928ffbb4e87e9b82bd8b0ec97df71e620169 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 20 Nov 2016 17:30:58 +0000 Subject: [PATCH] Add note on SLES 11 SP4 install workaround (C. Ramseyer) --- Netdisco/Changes | 1 + Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod | 6 ++++++ 2 files changed, 7 insertions(+) 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