Add note on SLES 11 SP4 install workaround (C. Ramseyer)

This commit is contained in:
Oliver Gorwits
2016-11-20 17:30:58 +00:00
parent d311d1a8cc
commit a1b1928ffb
2 changed files with 7 additions and 0 deletions

View File

@@ -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]

View File

@@ -152,4 +152,10 @@ community string to improve performance. To work around this, delete the
device (either in the web GUI or using C<netdisco-do> 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