Re: [HACKERS] initdb: The password file was not generated.

2009-09-02 Thread Tom Lane
I wrote: > "Erik Rijkers" writes: >> While test building from CVS head on fedora 10 (also on fedora 6), I get: >> initializing pg_authid ... ok >> setting password ... ok >> initdb: The password file was not generated. Please report this problem. >> initdb: removing data directory >> "/home/super

Re: [HACKERS] initdb: The password file was not generated.

2009-09-02 Thread Tom Lane
"Erik Rijkers" writes: > While test building from CVS head on fedora 10 (also on fedora 6), I get: > initializing pg_authid ... ok > setting password ... ok > initdb: The password file was not generated. Please report this problem. > initdb: removing data directory > "/home/super/pg_stuff/pg_inst

Re: [HACKERS] initdb: The password file was not generated.

2009-09-02 Thread Erik Rijkers
I suppose the initdb invocation is needed as well: /home/super/pg_stuff/pg_installations/pgsql.cvs_vanilla/bin/initdb -U super -D /home/super/pg_stuff/pg_installations/pgsql.cvs_vanilla/data -E UTF8 --pwfile=/home/super/pg_stuff/.84devel ( that .84devel file does exist ) On Thu, September 3, 20

[HACKERS] initdb: The password file was not generated.

2009-09-02 Thread Erik Rijkers
While test building from CVS head on fedora 10 (also on fedora 6), I get: ./configure --prefix=/home/super/pg_stuff/pg_installations/pgsql.cvs_vanilla --with-pgport=6542 --quiet --enable-depend --with-openssl --with-perl --with-libxml --with-libxslt gcc (GCC) 4.3.2 compile OK, tests OK, insta