Installing mongodb error : require openssl

The name of the pictureThe name of the pictureThe name of the pictureClash 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.







share|improve this question






















  • 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














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.







share|improve this question






















  • 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












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.







share|improve this question














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.









share|improve this question













share|improve this question




share|improve this question








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
















  • 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















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)