[check_postgres] install (test) problems
Rob Sargent
rsargent at xmission.com
Tue May 19 17:57:24 UTC 2009
Correct initdb is not in my path. But I'm not sure I want it to be. I
have an instance postgres of postgres already and don't want another.
Also the intended target of check_postgres is not on my machine.
Perhaps I should just skip the 'make test' step and go to 'make install'?
Greg Sabino Mullane wrote:
>> t/00_test_tester..........# Creating database in directory
>> "test_database_check_postgres"
>> Could not open "test_database_check_postgres/data
>> space/postgresql.conf": No such file or directory
>>
>
> Looks like initdb may be failing. Does it exist in your path? Is there a
> subdirectory named "data space" under test_database_check_postgres? If not, are
> you able to create one manually by:
>
> initdb -D "test_database_check_postgres/data space"
>
> I'm suspecting initdb may not be found. If that's the case, we certainly need a
> better error message at the least!
>
>
More information about the Check_postgres
mailing list