Installing mongodb error : require openssl

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Hello I'm newer using mongodb, and I'm following step Installing mongodb from web Installing mongodb enterprise on red hat
I'm use command:
sudo yum install -y mongodb-enterprise
and The terminal print:
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Repository 'repository_url': Error parsing config: Error parsing "baseurl = 'repository_url'": URL must be http, ftp, file or https not ""
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mongodb-enterprise.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: mongodb-enterprise-tools = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-shell = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-server = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-mongos = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Running transaction check
---> Package mongodb-enterprise-mongos.x86_64 0:3.4.11-1.el6 will be installed
---> Package mongodb-enterprise-server.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-server-3.4.11-1.el6.x86_64
---> Package mongodb-enterprise-shell.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-shell-3.4.11-1.el6.x86_64
---> Package mongodb-enterprise-tools.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-tools-3.4.11-1.el6.x86_64
--> Finished Dependency Resolution
Error: Package: mongodb-enterprise-server-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
Error: Package: mongodb-enterprise-tools-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
Error: Package: mongodb-enterprise-shell-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
But I'm already installed openssl:
Command
openssl version
print:
OpenSSL 1.0.2n 7 Dec 2017
As you see I'm already installed openssl. So What is wrong with my step.
centos openssl mongodb
 |Â
show 3 more comments
up vote
0
down vote
favorite
Hello I'm newer using mongodb, and I'm following step Installing mongodb from web Installing mongodb enterprise on red hat
I'm use command:
sudo yum install -y mongodb-enterprise
and The terminal print:
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Repository 'repository_url': Error parsing config: Error parsing "baseurl = 'repository_url'": URL must be http, ftp, file or https not ""
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mongodb-enterprise.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: mongodb-enterprise-tools = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-shell = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-server = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-mongos = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Running transaction check
---> Package mongodb-enterprise-mongos.x86_64 0:3.4.11-1.el6 will be installed
---> Package mongodb-enterprise-server.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-server-3.4.11-1.el6.x86_64
---> Package mongodb-enterprise-shell.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-shell-3.4.11-1.el6.x86_64
---> Package mongodb-enterprise-tools.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-tools-3.4.11-1.el6.x86_64
--> Finished Dependency Resolution
Error: Package: mongodb-enterprise-server-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
Error: Package: mongodb-enterprise-tools-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
Error: Package: mongodb-enterprise-shell-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
But I'm already installed openssl:
Command
openssl version
print:
OpenSSL 1.0.2n 7 Dec 2017
As you see I'm already installed openssl. So What is wrong with my step.
centos openssl mongodb
The mongodb install looks to want only that specific version of openssl.
â Raman Sailopal
Feb 1 at 14:53
@RamanSailopal no it require higher version openssl, But I already installed, mongodb cannot detect it.
â TiglathPileser
Feb 1 at 14:59
Try "sudo yum install -y mongodb-enterprise --skip-broken" as it suggested. This has solved issues for me in the past
â zee
Feb 1 at 15:05
I would fix your repository error first. This may be causing the install to be sourced from a different repo.
â Raman Sailopal
Feb 1 at 15:06
@zee ok I'll try you suggestion.
â TiglathPileser
Feb 1 at 15:09
 |Â
show 3 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Hello I'm newer using mongodb, and I'm following step Installing mongodb from web Installing mongodb enterprise on red hat
I'm use command:
sudo yum install -y mongodb-enterprise
and The terminal print:
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Repository 'repository_url': Error parsing config: Error parsing "baseurl = 'repository_url'": URL must be http, ftp, file or https not ""
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mongodb-enterprise.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: mongodb-enterprise-tools = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-shell = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-server = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-mongos = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Running transaction check
---> Package mongodb-enterprise-mongos.x86_64 0:3.4.11-1.el6 will be installed
---> Package mongodb-enterprise-server.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-server-3.4.11-1.el6.x86_64
---> Package mongodb-enterprise-shell.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-shell-3.4.11-1.el6.x86_64
---> Package mongodb-enterprise-tools.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-tools-3.4.11-1.el6.x86_64
--> Finished Dependency Resolution
Error: Package: mongodb-enterprise-server-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
Error: Package: mongodb-enterprise-tools-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
Error: Package: mongodb-enterprise-shell-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
But I'm already installed openssl:
Command
openssl version
print:
OpenSSL 1.0.2n 7 Dec 2017
As you see I'm already installed openssl. So What is wrong with my step.
centos openssl mongodb
Hello I'm newer using mongodb, and I'm following step Installing mongodb from web Installing mongodb enterprise on red hat
I'm use command:
sudo yum install -y mongodb-enterprise
and The terminal print:
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Repository 'repository_url': Error parsing config: Error parsing "baseurl = 'repository_url'": URL must be http, ftp, file or https not ""
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mongodb-enterprise.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: mongodb-enterprise-tools = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-shell = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-server = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Processing Dependency: mongodb-enterprise-mongos = 3.4.11 for package: mongodb-enterprise-3.4.11-1.el6.x86_64
--> Running transaction check
---> Package mongodb-enterprise-mongos.x86_64 0:3.4.11-1.el6 will be installed
---> Package mongodb-enterprise-server.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-server-3.4.11-1.el6.x86_64
---> Package mongodb-enterprise-shell.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-shell-3.4.11-1.el6.x86_64
---> Package mongodb-enterprise-tools.x86_64 0:3.4.11-1.el6 will be installed
--> Processing Dependency: openssl >= 1.0.1 for package: mongodb-enterprise-tools-3.4.11-1.el6.x86_64
--> Finished Dependency Resolution
Error: Package: mongodb-enterprise-server-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
Error: Package: mongodb-enterprise-tools-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
Error: Package: mongodb-enterprise-shell-3.4.11-1.el6.x86_64 (mongodb-enterprise)
Requires: openssl >= 1.0.1
Installed: openssl-1.0.0-27.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
openssl = 1.0.0-27.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
But I'm already installed openssl:
Command
openssl version
print:
OpenSSL 1.0.2n 7 Dec 2017
As you see I'm already installed openssl. So What is wrong with my step.
centos openssl mongodb
edited Feb 1 at 14:50
asked Feb 1 at 14:43
TiglathPileser
11
11
The mongodb install looks to want only that specific version of openssl.
â Raman Sailopal
Feb 1 at 14:53
@RamanSailopal no it require higher version openssl, But I already installed, mongodb cannot detect it.
â TiglathPileser
Feb 1 at 14:59
Try "sudo yum install -y mongodb-enterprise --skip-broken" as it suggested. This has solved issues for me in the past
â zee
Feb 1 at 15:05
I would fix your repository error first. This may be causing the install to be sourced from a different repo.
â Raman Sailopal
Feb 1 at 15:06
@zee ok I'll try you suggestion.
â TiglathPileser
Feb 1 at 15:09
 |Â
show 3 more comments
The mongodb install looks to want only that specific version of openssl.
â Raman Sailopal
Feb 1 at 14:53
@RamanSailopal no it require higher version openssl, But I already installed, mongodb cannot detect it.
â TiglathPileser
Feb 1 at 14:59
Try "sudo yum install -y mongodb-enterprise --skip-broken" as it suggested. This has solved issues for me in the past
â zee
Feb 1 at 15:05
I would fix your repository error first. This may be causing the install to be sourced from a different repo.
â Raman Sailopal
Feb 1 at 15:06
@zee ok I'll try you suggestion.
â TiglathPileser
Feb 1 at 15:09
The mongodb install looks to want only that specific version of openssl.
â Raman Sailopal
Feb 1 at 14:53
The mongodb install looks to want only that specific version of openssl.
â Raman Sailopal
Feb 1 at 14:53
@RamanSailopal no it require higher version openssl, But I already installed, mongodb cannot detect it.
â TiglathPileser
Feb 1 at 14:59
@RamanSailopal no it require higher version openssl, But I already installed, mongodb cannot detect it.
â TiglathPileser
Feb 1 at 14:59
Try "sudo yum install -y mongodb-enterprise --skip-broken" as it suggested. This has solved issues for me in the past
â zee
Feb 1 at 15:05
Try "sudo yum install -y mongodb-enterprise --skip-broken" as it suggested. This has solved issues for me in the past
â zee
Feb 1 at 15:05
I would fix your repository error first. This may be causing the install to be sourced from a different repo.
â Raman Sailopal
Feb 1 at 15:06
I would fix your repository error first. This may be causing the install to be sourced from a different repo.
â Raman Sailopal
Feb 1 at 15:06
@zee ok I'll try you suggestion.
â TiglathPileser
Feb 1 at 15:09
@zee ok I'll try you suggestion.
â TiglathPileser
Feb 1 at 15:09
 |Â
show 3 more comments
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%2f421216%2finstalling-mongodb-error-require-openssl%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
The mongodb install looks to want only that specific version of openssl.
â Raman Sailopal
Feb 1 at 14:53
@RamanSailopal no it require higher version openssl, But I already installed, mongodb cannot detect it.
â TiglathPileser
Feb 1 at 14:59
Try "sudo yum install -y mongodb-enterprise --skip-broken" as it suggested. This has solved issues for me in the past
â zee
Feb 1 at 15:05
I would fix your repository error first. This may be causing the install to be sourced from a different repo.
â Raman Sailopal
Feb 1 at 15:06
@zee ok I'll try you suggestion.
â TiglathPileser
Feb 1 at 15:09