If you’re getting the following error:
fatal error: libconfig.h: No such file or directory
Then you’re probably missing the libconfig-dev package from your system. Simply run the following command and it’ll fix it:
sudo apt-get install libconfig-dev
4 replies on “fatal error: libconfig.h: No such file or directory | Ubuntu 12.04”
thanks
I’m getting this error for libconfig.h++, yet I have libconfig-dev. On Linux Mint.
If you get the error for libconfig.h++,then :
apt install libconfig++-dev
thank you very much