<div dir="ltr"><div><div><div>On a RedHat 7.4 machine, tried to do a "yum install postgres24_96" today and got the following:<br><br><div style="margin-left:40px">Error: Package: postgis24_96-2.4.3-1.rhel7.x86_64 (pgdg96)<br>           Requires: libproj.so.12()(64bit)<br>Error: Package: postgis24_96-2.4.3-1.rhel7.x86_64 (pgdg96)<br>           Requires: proj49<br>Error: Package: postgis24_96-2.4.3-1.rhel7.x86_64 (pgdg96)<br>           Requires: geos36 >= 3.6.2<br> You could try using --skip-broken to work around the problem<br> You could try running: rpm -Va --nofiles --nodigest<br></div><div style="margin-left:40px"><br></div>I did the same earlier this week which installed 2.4.2 and it worked fine.<br><br></div>One thing I noticed is that the package size for 2.4.3 is much smaller than 2.4.2:<br><br><div style="margin-left:40px">[user@box1 ~]# yum info postgis24_96<br>Loaded plugins: amazon-id, rhui-lb, search-disabled-repos<br>Available Packages<br>Name        : postgis24_96<br>Arch        : x86_64<br>Version     : 2.4.3<br>Release     : 1.rhel7<br>Size        : 6.2 M<br>Repo        : pgdg96/7Server/x86_64<br>Summary     : Geographic Information Systems Extensions to PostgreSQL<br>URL         : <a href="http://www.postgis.net/">http://www.postgis.net/</a><br>License     : GPLv2+<br>Description : PostGIS adds support for geographic objects to the PostgreSQL object-relational<br>            : database. In effect, PostGIS "spatially enables" the PostgreSQL server,<br>            : allowing it to be used as a backend spatial database for geographic information<br>            : systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS<br>            : follows the OpenGIS "Simple Features Specification for SQL" and has been<br>            : certified as compliant with the "Types and Functions" profile.</div><div style="margin-left:40px"><br></div>Versus:<br><br><div style="margin-left:40px">[root@box2 ~]# yum info postgis24_96<br>Loaded plugins: amazon-id, rhui-lb, search-disabled-repos<br>Installed Packages<br>Name        : postgis24_96<br>Arch        : x86_64<br>Version     : 2.4.2<br>Release     : 1.rhel7<br>Size        : 101 M<br>Repo        : installed<br>From repo   : pgdg96<br>Summary     : Geographic Information Systems Extensions to PostgreSQL<br>URL         : <a href="http://www.postgis.net/">http://www.postgis.net/</a><br>License     : GPLv2+<br>Description : PostGIS adds support for geographic objects to the PostgreSQL object-relational<br>            : database. In effect, PostGIS "spatially enables" the PostgreSQL server,<br>            : allowing it to be used as a backend spatial database for geographic information<br>            : systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS<br>            : follows the OpenGIS "Simple Features Specification for SQL" and has been<br>            : certified as compliant with the "Types and Functions" profile.<br></div><div style="margin-left:40px"><br></div>As a workaround I did "yum install postgis24_96-2.4.2-1.rhel7" which succeeded.<br><br></div>Thanks!<br></div>Greg<br></div>