vma / pcapsipdump

clone of sf repo (r120)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To compile pcapsipdump under solaris10, you need:
- gcc3
- libpcap

both can be installed from blastwave (http://www.blastwave.org/howto.html) like this:
# pkgadd -d http://www.blastwave.org/pkg_get.pkg
# vi /opt/csw/etc/pkg-get.conf (optional)
# /opt/csw/bin/pkg-get -i wget
# /opt/csw/bin/pkg-get -i gcc3g++
# /opt/csw/bin/pkg-get -i libpcap

When pre-requirements are met, just untar source and issue:
# make CC=/opt/csw/gcc3/bin/gcc LDFLAGS='-lnsl -lsocket'
# make install

About

clone of sf repo (r120)

License:GNU General Public License v2.0


Languages

Language:C++ 81.5%Language:Makefile 5.8%Language:Perl 5.6%Language:C 5.2%Language:Shell 1.8%