| From: | Igor Korot <ikorot01(at)gmail(dot)com> |
|---|---|
| To: | Hans Schou <hans(dot)schou(at)gmail(dot)com> |
| Cc: | pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Installing PostgreSQL on Oracle Solaris |
| Date: | 2019-03-23 04:24:43 |
| Message-ID: | CA+FnnTxTmaQ5dm9HCOrN3SG2PnN36ac6nrsYYHW+n_Pkh06tOg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi,
On Sat, Mar 23, 2019 at 10:36 AM Hans Schou <hans(dot)schou(at)gmail(dot)com> wrote:
>
>
>
> On Sat, Mar 23, 2019 at 3:48 PM Igor Korot <ikorot01(at)gmail(dot)com> wrote:
>>
>>
>> You mean even running as "sudo"?
>
>
> igor(at)solaris:/usr$ sudo bunzip2 < postgresql-9.6.1-S11.i386-64.tar.bz2
> | tar xpf -
>
> No, you are not running tar as sudo.
>
> I would at least suggest:
> cd /usr/local/src
> sudo tar --bzip2 xf /usr/postgresql-9.6.1-S11.i386-64.tar.bz2
>
> a bit dependen of which tar you have.
>
> otherwise:
> cd /usr/local/src
> sudo tar xf <( bzcat /usr/postgresql-9.6.1-S11.i386-64.tar.bz2 )
Thank you.
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tim Cross | 2019-03-23 04:27:22 | Re: Forks of pgadmin3? |
| Previous Message | Igor Korot | 2019-03-23 04:23:16 | Re: Installing PostgreSQL on Oracle Solaris |