Re: building from source requires postgres user account

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: George Wilk <gwilk(at)ellacoya(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: building from source requires postgres user account
Date: 2007-07-12 17:18:43
Message-ID: 46966273.1010703@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

George Wilk wrote:
> I’d like to use my own user account when building postgres from source.
> When I follow directions on Sun’s page:
> http://docs.sun.com/app/docs/doc/819-5578/6n7lcpcl5?a=view I don’t have
> a problem, but running build under my own account runs into file
> permission issues after the build is done.

Well there is very little info here from you on the actual problem
but... my guess is that you didn't use --prefix to have postgresql
install into a directory structure that you control.

Joshua D. Drake

>
>
>
> This is an important issue for me, as the postgres build is an integral
> part of a larger build process involving suite of products. Is there a
> way to configure the account to be used during build?
>
>
>
> My build.log shows:
>
>
>
> LOG ############################# END ################################
>
> LOG
>
> LOG
>
> LOG ############################# START ################################
>
> LOG
>
> LOG Setting permissions
>
> LOG
>
> LOG ----------------------------------------------------------------------
>
> ERR cannot set file permissions
>
>
>
> Thanks in advance,
>
>
>
> ~george
>

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Carol Walter 2007-07-12 19:04:14 Anyone seen this message?
Previous Message George Wilk 2007-07-12 17:15:19 Re: building from source requires postgres user account