Rich Shepard <rshepard(at)appl-ecosys(dot)com> writes:
> On Sat, 17 Feb 2018, Adrian Klaver wrote:
>
>
> [root(at)salmo /etc/rc.d]# killall postgres
> [root(at)salmo /etc/rc.d]# ./rc.postgresql start
> Could not find 'postgres' binary. Maybe PostgreSQL is not installed properly?
>
> Yet,
>
> # ll /usr/bin/postgres
> lrwxrwxrwx 1 root root 35 Feb 17 09:30 /usr/bin/postgres -> ../lib/postgresql/10.2/bin/postgres*
>
> Hence, my confustion.
>
Try doing an 'll' on the second part of that output i.e.
ll /usr//lib/postgresql/10.2/bin/postgres*
to verify the location the symbolic link in /usr/bin is pointing to is
correct.
Tim
--
Tim Cross