¿Cómo configuro manualmente las variables de entorno para Metasploit? Cuando lo ejecuto, db_driver
aparece este mensaje:
[*] No Active Driver
[*] Available:
[*] DB Support: Enable the postgresql driver with the following command:
[*] * This requires libpq-dev and a build environment
[*] $ gem install postgres
[*] $ gem install pg # is an alternative that may work
Después de buscar en Google, encuentro que Metasploit establece algunas variables de entorno y con eso puedo cargar los controladores instalados, pero a mí me parece que Metasploit no establece variables de entorno.