Hi, I installed protoconf on RHEL. (Red Hat Enterprise Linux Server release 6.10 (Santiago))
[root@had-xcc-vna9d01 data]# rpm -qa protobuf-c*
protobuf-compiler-2.3.0-9.el6.x86_64
protobuf-c-0.15-2.el6.x86_64
protobuf-c-devel-0.15-2.el6.x86_64
[root@had-xcc-vna9d01 data]#
Getting below error while running make, can someone help on this?
[root@had-xcc-vna9d01 bin]# PATH=/usr/pgsql-10/bin/:$PATH make
make: *** No targets specified and no makefile found. Stop.
[root@had-xcc-vna9d01 bin]# sudo PATH=/usr/pgsql-10/bin/:$PATH make install
make: *** No rule to make target `install'. Stop.