Installing on a fresh Digital Ocean droplet Ubuntu 16.04.3 x64
Trying to do msfdb init errors out with missing gems, fixed this by doing bundle install from the /usr/share/metasploit-framework directory.
During the bundle install, missing packages to do a complete install via bundle:
libpcap-dev
postgresql-server-dev-X-Y (Depending on the postgresql server isntalled)
After doing this, bundle install completely, all gems are okay.
After gems installed msfdb init completed with no issues.
msfconsole launches fine after this.
Installing on a fresh Digital Ocean droplet Ubuntu 16.04.3 x64
Trying to do msfdb init errors out with missing gems, fixed this by doing bundle install from the /usr/share/metasploit-framework directory.
During the bundle install, missing packages to do a complete install via bundle:
libpcap-dev
postgresql-server-dev-X-Y (Depending on the postgresql server isntalled)
After doing this, bundle install completely, all gems are okay.
After gems installed msfdb init completed with no issues.
msfconsole launches fine after this.