TECHIES WORLD

For Techs.... Techniques.... Technologies....

BashLinux

Error: fatal error yaml.h no such file or directory

fatal error yaml.h no such file or directory

This error happens because of the absence of yaml libraries and can be resolved by installing the same.

#apt-get install libyaml-dev

That's all…