CentOS 7: how to fix error: alsa/asoundlib.h: No such file or directory phptuts October 4, 2018 How to fix error: alsa/asoundlib.h: No such file or directory on CentOS 7? You lost package alsa-lib-devel, you must install it yum install alsa-lib-devel -y It will be installed to folder: /usr/include/alsa phptuts
Ubuntu error when build PHP with OpenSSL: expected ‘RSA *’ {aka ‘struct rsa_st *’} but argument is of type ‘const struct rsa_st *’