Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting error: YAML library not found in CentOS 7 #33

Open
phaneendranatha opened this issue Mar 17, 2022 · 1 comment
Open

getting error: YAML library not found in CentOS 7 #33

phaneendranatha opened this issue Mar 17, 2022 · 1 comment

Comments

@phaneendranatha
Copy link

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

@staskobzar
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants