Metasploit에 대한 환경 변수 수동 설정

Metasploit에 대한 환경 변수 수동 설정

Metasploit에 대한 환경 변수를 수동으로 설정하려면 어떻게 해야 합니까? 실행할 때 db_driver다음 메시지가 나타납니다.

[*] 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

인터넷 검색 후 Metasploit이 일부 환경 변수를 설정하고 이를 통해 설치된 드라이버를 로드할 수 있다는 것을 알았지만 제가 보기에는 Metasploit이 환경 변수를 설정하지 않는 것처럼 보입니다.

관련 정보