configure: error: must have Ogg Vorbis v1.0 or above installed
when install icecast from source on 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