Cannot install postgis2_94 on Centos 7.5

Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I am trying to install postgis2_94 on CentOS 7.5 with the following command (having already installed postgresql94 ):
yum install postgresql94-server postgresql94-devel postgis2_94 postgis2_94-docs postgis2_94-utils pgrouting
But, I get the following error:
Transaction check error: file /usr/pgsql-9.4/bin/shp2pgsql-gui
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/lib/liblwgeom.so conflicts between attempted installs
of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer.sql conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer_data_us.control
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer_data_us.sql
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis.control conflicts between
attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_sfcgal.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_tiger_geocoder.control
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_tiger_geocoder.sql conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_topology.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64
Error Summary-------------
How can I solve that?
yum postgresql
add a comment |Â
up vote
2
down vote
favorite
I am trying to install postgis2_94 on CentOS 7.5 with the following command (having already installed postgresql94 ):
yum install postgresql94-server postgresql94-devel postgis2_94 postgis2_94-docs postgis2_94-utils pgrouting
But, I get the following error:
Transaction check error: file /usr/pgsql-9.4/bin/shp2pgsql-gui
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/lib/liblwgeom.so conflicts between attempted installs
of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer.sql conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer_data_us.control
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer_data_us.sql
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis.control conflicts between
attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_sfcgal.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_tiger_geocoder.control
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_tiger_geocoder.sql conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_topology.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64
Error Summary-------------
How can I solve that?
yum postgresql
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I am trying to install postgis2_94 on CentOS 7.5 with the following command (having already installed postgresql94 ):
yum install postgresql94-server postgresql94-devel postgis2_94 postgis2_94-docs postgis2_94-utils pgrouting
But, I get the following error:
Transaction check error: file /usr/pgsql-9.4/bin/shp2pgsql-gui
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/lib/liblwgeom.so conflicts between attempted installs
of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer.sql conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer_data_us.control
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer_data_us.sql
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis.control conflicts between
attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_sfcgal.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_tiger_geocoder.control
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_tiger_geocoder.sql conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_topology.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64
Error Summary-------------
How can I solve that?
yum postgresql
I am trying to install postgis2_94 on CentOS 7.5 with the following command (having already installed postgresql94 ):
yum install postgresql94-server postgresql94-devel postgis2_94 postgis2_94-docs postgis2_94-utils pgrouting
But, I get the following error:
Transaction check error: file /usr/pgsql-9.4/bin/shp2pgsql-gui
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/lib/liblwgeom.so conflicts between attempted installs
of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer.sql conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer_data_us.control
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/address_standardizer_data_us.sql
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis.control conflicts between
attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_sfcgal.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_tiger_geocoder.control
conflicts between attempted installs of
postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_tiger_geocoder.sql conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64 file
/usr/pgsql-9.4/share/extension/postgis_topology.control conflicts
between attempted installs of postgis24_94-2.4.4-2.rhel7.x86_64 and
postgis22_94-2.2.7-1.rhel7.x86_64
Error Summary-------------
How can I solve that?
yum postgresql
asked May 30 at 5:39
JasonStack
17410
17410
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f446828%2fcannot-install-postgis2-94-on-centos-7-5%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password