amiws icon indicating copy to clipboard operation
amiws copied to clipboard

getting error: YAML library not found in CentOS 7

Open phaneendranatha opened this issue 2 years ago • 1 comments

Hello,

We are trying to install amiws in CentOS 7. We getting below error during ./configure even though we have installed latest libyaml configure: error: YAML library not found. >> Install libyaml and retry.

[root@Centos7 amiws-master]# yum install libyaml Loaded plugins: langpacks Package libyaml-0.1.4-11.el7_0.x86_64 already installed and latest version Nothing to do

phaneendranatha avatar Mar 17 '22 07:03 phaneendranatha

you might need to install development library (libyaml-devel) as well

yum install libyaml-devel libyaml

I have tried it and it works for me.

staskobzar avatar Mar 17 '22 11:03 staskobzar