- Install Macports; run the port -d selfupdate to rsync the archive.
- Install libpcap with port as well:
# sudo port install libpcap
- Get the libelf source package, compile it with prefix into /usr/local
# ./configure --prefix=/usr/local; make; sudo make install
- On Dynamips folder from where you unzipped the tarball:
a. Edit Makefile to use the 'nojit' architecture
# vi Makefile
DYNAMIPS_ARCH?=nojit
PCAP_LIB=-L/opt/local/lib -lpcap - Save the Makefile file, and do this:
# make; sudo make install
Recently I just using the blog post above to install and using Dynamips with GNS3 in my MacBook Pro running Snow Leopard (Mac OS X 10.6.x).
No comments:
Post a Comment
Hi, for all of those who already put comments on my blog post, thanks.. really appreciate it. And for those who have not, just put your comments here :)