MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.29k stars 21.47k forks source link

STEPS need to be added for SUSE distro in addition to make current steps clearer #90529

Closed frpierre closed 1 year ago

frpierre commented 2 years ago

[There needs to be clear steps for SUSE distribution

https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-test-latency

for SUSE

sudo zypper install gcc -y -q
sudo zypper install git -y -q
sudo zypper install gcc-c++ -y
sudo zypper install ncurses-devel -y
sudo zypper install -y automake
sudo zypper install -y autoconf

SLES SAP15 gives the error message below:

error message at ./autogen.sh

SLES15SAP:~/sockperf # ./autogen.sh ++ pwd

This is mitigated once libtool is installed

sudo zypper install libtool

make command not recognized. to mitigated had to install make

sudo zypper install make

the instructions suggest that running make is all that is needed since it mentions "make install" is faster but you need to run both commands. this is not very intuitive and it would be better if that was stated clearer for the customer.

   sudo make
   sudo make install   

]


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

GiftA-MSFT commented 2 years ago

@frpierre we'll review your feedback and get back to you shortly. Thanks.

ChaitanyaNaykodi-MSFT commented 2 years ago

Thank you for your feedback! We have assigned this issue to the author to review further and take the next course of action.

asudbring commented 1 year ago

Thank you for you dedication to our documentation.

Unfortunately, we have been unable to review this issue in a timely manner. We sincerely apologize for the delayed response. We are closing this issue. If you feel that the problem persists, please respond to this issue with additional information.

Please continue to provide feedback about the documentation. We appreciate your contributions to our community.

please-close