I am trying to install Ejabberd by source code, But When I run make command I have found following Error.
checking for yaml_parser_initialize in -lyaml... no
checking yaml.h usability... no
checking yaml.h presence... no
checking for yaml.h... no
configure: error: libyaml library was not found
ERROR: Command ['get-deps'] failed!
make: *** [deps/.got] Error 1
I have reinstall libyaml 0.2 and other version using make and brew as well but still not solve the error. If you know another solution than guide me.