Install iperf on Solaris

Source: Internet
Author: User

Iperf is a bandwidth testing tool.

1. Download the binary file of iperf from SunFreeware

2. conifgure

3. Make: an error is returned.

Undefined first referenced symbol in filenanosleep .. /compat/libcompat. A (delay. o) LD: Fatal: Symbol referencing errors. no output written to iperfcollect2: LD returned 1 exit statusmake [2]: *** [iperf] Error 1 make [2]: leaving directory '/export/home/Nancy/iperf-2.0.5/src' make [1]: *** [All-recursive] Error 1 make [1]: leaving directory '/export/home/Nancy/iperf-2.0.5'

Make: *** [all] Error 2

4. Modify the make File

1) makefile

Delete

Am_cxxflags =-wall
Am_flags =-wall

2) makefile under the src directory

Libs =-lsocket-lnsl

Change

Libs =-lsocket-lnsl-LRT

5. Make & make install

In this way, you can use it.

Solution reference: http://www.mail-archive.com/iperf-users@lists.sourceforge.net/msg00168.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.