Re: Installing PostgreSQL on Oracle Solaris

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: Michael Loftis <mloftis(at)wgops(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Installing PostgreSQL on Oracle Solaris
Date: 2019-03-23 04:21:20
Message-ID: CA+FnnTyeBed42Uftkp-gx-OFkRzOnvqcsw-36pR+AqS11r69aQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Sat, Mar 23, 2019 at 9:55 AM Michael Loftis <mloftis(at)wgops(dot)com> wrote:
>
>
>
> On Sat, Mar 23, 2019 at 08:48 Igor Korot <ikorot01(at)gmail(dot)com> wrote:
>>
>>
>> > [code]
>> > igor(at)solaris:/usr$ sudo bunzip2 < postgresql-9.6.1-S11.i386-64.tar.bz2
>>
>> You mean even running as "sudo"?
>>
>> Thank you.
>
>
>
> You ran the bunzip2 as sudo. No reason to do that. I didn't look at the instructions you did but you'd need the tar command under sudo.

Running below command it looks like everything went good.

igor(at)solaris:/usr$ sudo bunzip2 < postgresql-9.6.1-S11.i386-64.tar.bz2
| sudo tar xpf -

Thank you.

>
>
>>
>>
>> > | tar xpf -
>> > tar: postgres: Permission denied
>> > tar: postgres: Permission denied
>> > tar: cannot open postgres: No such file or directory
>> > tar: postgres: Permission denied
>> > tar: cannot open postgres/9.6-pgdg: No such file or directory
>> >
>> >
>> > Yeah. Unpacking it directly into /usr doesn't seem a particularly wise idea.
>> >
>> > tar: postgres: Permission denied
>> > tar: cannot open postgres/9.6-pgdg/doc: No such file or directory
>> >
>> > [snip]
>> >
>> > 4/server: No such file or directory
>> > tar: postgres: Permission denied
>> > tar: cannot open postgres/9.6-pgdg/include/64/server: No such file or directory
>> > tar: postgres: Permission denied
>> > tar: cannot open postgres/9.6-pgdg/include/64/server/utils: No such
>> > file or directory
>> > tar: postgres: Permission denied
>> > tar: cannot open postgres/9.6-pgdg/include/64/server/utils: No such
>> > file or directory
>> > tar: postgres: Permission denied
>> > [/code]
>> >
>> > And many other like those.
>> >
>> > Is the instructions wrong?
>> >
>> > I'm trying 9.6.1 because I'm using it on Windows/OSX for libpq.
>> >
>> > Thank you.
>> >
>> >
>> >
>> >
>> >
>> > --
>> > Angular momentum makes the world go 'round.
>>
> --
>
> "Genius might be described as a supreme capacity for getting its possessors
> into trouble of all kinds."
> -- Samuel Butler

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2019-03-23 04:23:16 Re: Installing PostgreSQL on Oracle Solaris
Previous Message Igor Korot 2019-03-23 02:50:48 Re: Installing PostgreSQL on Oracle Solaris