installing perl module
good day to all.
im installing dbegine but first i have to install this prerequisites modules:
DBI_Pg, DBD::ProxyServer and the like.
i have problem installing DBI_Pg_1.32 after the make test command, saying:
cannot run test unless DBD_DSN is defined.
and at the readme files i found this:
TESTING:
--------
The tests are designed to connect to a live database. The following
environment variables must be set for the tests to run:
DBI_DSN=dbi:Pg:dbname=<database>
DBI_USER=<username>
DBI_PASS=<password>
---------
in where file iL going to put or define this variables??
can anybody help me??
|