GNS3: Re-install dynamips untuk IOS
Jump to navigation
Jump to search
Sumber: https://github.com/GNS3/gns3-server/issues/1363#issuecomment-403817051
sudo apt -y install libc6-dev-i386 sudo apt -y install libelf-dev:i386 libpcap0.8-dev:i386 sudo apt -y install git cmake libelf-dev libpcap0.8-dev mkdir /usr/local/src git clone https://github.com/GNS3/dynamips.git cd dynamips mkdir build cd build cmake .. -DDYNAMIPS_ARCH=x86 make sudo make install