Closed dnoneill closed 2 years ago
What commands did you use to install?
@chrisn These don't work: sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm sudo yum install -y --enablerepo=epel libmad-devel
libsndfile-devel doesn't install. Get No match for argument
So I do: sudo yum install -y redhat-lsb-core rpm-build wget \ git make cmake gcc-c++ libid3tag-devel gd-devel boost-devel sudo yum install -y epel-release sudo yum localinstall audiowaveform-1.6.0-1.el7.x86_64.rpm
Thanks. Those rpm files are for Centos 7, which I expect won't work on Centos 8. At the time I released 1.6.0, I was unsuccessful in getting it to build on Centos 8 (using the script and Dockerfile in the rpm folder). I don't recall the detail, but you're welcome to give those a try and see if it now works.
Centos 8 reached End Of Life on December 31, 2021. I found some information here, to use vault.centos.com. With that change in place I was able to build, so I have uploaded an rpm to the Releases page.
To install, as root:
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum install -y epel-release
yum localinstall audiowaveform-1.6.0-1.el8.x86_64.rpm
@chrisn Thank you
I'm happy to help. Please let me know if it works!
Right now when I try to install on redhat8 I get the following errors:
For refrence libboost on RHEL 8 is 1.66. https://rhel.pkgs.org/8/okey-x86_64/boost-filesystem-1.66.0-6.el8.x86_64.rpm.html