amiws
amiws copied to clipboard
getting error: YAML library not found in CentOS 7
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
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.