Hello, I installed postgis in a server Centos 7 using the 'yum install postgis2_94' command, but shp2pgsql does not run.
When I search the existing shortcut in '/usr/bin/shp2pgsql', it points to
/etc/alternatives/ postgis-shp2pgsql ',
what points to' /usr/postgresql-9.4/bin/shp2pgsql ' what does not exist.
In short, when I run './usr/bin/shp2pgsql' or '/usr/postgresql-9.4/bin/shp2pgsql' get command not found.
For installation, I used the following repositories:
After the installation, with the comand: #select postgis_full_version(), I get:
postgis_full_version
----------------------------------------------------------------------------------
POSTGIS="2.1.7...
That is, apparently, everything is normal...
This would be a bug of de install script?
Some suggestion ...?
Thanks.
--