=?utf-8?B?VmxhZGltaXIgS29rb3ZpxIc=?= <vladimir.koko...@a-asoft.com> writes:
> Thanks Tom, postgresql source now belongs to user 'postgres' and make  
> check-world passed.

> But, installcheck-world failed:

installcheck-world is supposed to test against an installed, running
server.  So you need to do "make install-world" (not to mention initdb
and starting the postmaster) first.  This looks like you didn't:

> sh: 1: /home/src/postgresql-devel/dev-install/bin/psql: not found

In practice, if you've done check-world, I don't see a lot of value in
doing installcheck-world as well.  (Unless you're checking a packaging
process, but in that case you'd want to construct and install the package,
not just do "make install".)

                        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to