CentOS 7: how to fix error: alsa/asoundlib.h: No such file or directory


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

error alsa asoundlib h No such file or directory

Leave a Reply