configure: error: must have Ogg Vorbis v1.0 or above installed

Written by Yujin Boby

Edit in WordPress

when installing icecast from the source on the CentOS 7 server, I get error

checking for libogg... not found
checking for libvorbis... configure: error: must have Ogg Vorbis v1.0 or above installed

To fix the error, install libvorbis-devel

yum install -y libvorbis-devel

See Errors