Hi, On Sat, Mar 23, 2019 at 9:55 AM Michael Loftis <mloftis@xxxxxxxxx> wrote: > > > > On Sat, Mar 23, 2019 at 08:48 Igor Korot <ikorot01@xxxxxxxxx> wrote: >> >> >> > [code] >> > igor@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@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