Hi,
The command is showing openssl-devel as installed.
yum info openssl-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.ehost.vn
* epel: mirrors.tongji.edu.cn
* extras: mirrors.vonline.vn
* updates: ftp.iitm.ac.in
Installed Packages
Name : openssl-devel
Arch : x86_64
Epoch : 1
Version : 1.0.2k
Release : 8.el7
Size : 3.1 M
Repo : installed
>From repo : base
Summary : Files for development of applications which will use OpenSSL
URL : http://www.openssl.org/
License : OpenSSL
Description : OpenSSL is a toolkit for supporting cryptography. The
openssl-devel
: package contains include files needed to develop applications
which
: support various cryptographic algorithms and protocols.
Available Packages
Name : openssl-devel
Arch : i686
Epoch : 1
Version : 1.0.2k
Release : 8.el7
Size : 1.5 M
Repo : base/7/x86_64
Summary : Files for development of applications which will use OpenSSL
URL : http://www.openssl.org/
License : OpenSSL
Description : OpenSSL is a toolkit for supporting cryptography. The
openssl-devel
: package contains include files needed to develop applications
which
: support various cryptographic algorithms and protocols.
*Joseph John*
*Assistant Professor*
*Department of Computer Science & Engineering*
*Rajagiri School of Engineering & Technology*
*https://josephjohnjj.github.io/ <https://josephjohnjj.github.io/>*
On Fri, Nov 17, 2017 at 5:32 PM, Andreas Hilboll <[email protected]>
wrote:
> Dear Joseph,
>
> the package you have to install is called "openssl-devel" (at least on
> CentOS 7.2). This package has to be present in your image. The error
> message you're getting tells you that easybuild cannot find that package
> in your image.
>
> When, in your image, you look at the output of the command
>
> yum info openssl-devel
>
> you should see
>
> Repo : installed
>
> If you don't see that, you need to change your image until the "yum
> info" shows the package as installed.
>
> Sunny greetings,
> Andreas
>