Re: share library version problems

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bryan White <bryan@arcamax.com>
Cc: pgsql-general@postgresql.org
Date: 2006-08-23T13:59:25Z
Lists: pgsql-general
Bryan White <bryan@arcamax.com> writes:
> Tom Lane wrote:
>> If the Fedora 5 RPMs won't install on your FC4 machine, grab the FC5
>> SRPM and do a quick rpmbuild --rebuild to make custom RPMs for your
>> environment.

> After about 5 minutes of compiling I get this:

> initdb: cannot be run as root

Don't do the rpmbuild as root.  Alternatively, I believe there's a
%define you can set to skip the regression test ... but that's
probably not a good idea.

			regards, tom lane