Install iperf on Solaris10

steps to build iperf on solaris10

- Download iperf-2.0.4.tar.gz into a directory and place the patch file
(attached) in the same directory.
- Unpack the source tarball:
gtar xvfz iperf-2.0.4.tar.gz
- Uncompress the patch file:
gunzip iperf-2.0.4-pthreads-rt.patch
- Enter the uncompressed source dir
cd iperf-2.0.4
- Run the configure script making sure to specify GNU make be used rather than
Solaris make:
MAKE=gmake ./configure
- Apple the patch to the configured source directories using GNU patch util
rather than Solaris patch:
gpatch -p1 < ../iperf-2.0.4-pthreads-rt.patch
- Build the source with GNU make rather than Solaris make:
gmake all

=========
iperf-2.0.4-pthreads-rt.patch.gz
Description: GNU Zip compressed data
=========
src: http://www.mail-archive.com/iperf-users@lists.sourceforge.net/msg00074.html
mathhoang

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...