Re: compiling icecast on ARM Mac errors
Googe <[email protected]> Fri, 9 Feb 2024 17:49:53 -0800
| Newsgroups | gmane.comp.audio.icecast.general |
|---|---|
| Message-ID | <[email protected]> |
I finally got it compiling (with openssl btw) by doing this. I put the following in my .bash_profile export OGG_PREFIX=/opt/homebrew/opt/libogg export VORBIS_PREFIX=/opt/homebrew/opt/libvorbis then I checked with: env | grep OGG_PREFIX env | grep VORBIS_PREFIX Then I just used: ./configure and it worked, no more can't find ogg or vorbis errors. then ran: make I believe this all had to do with migrating from Mac Intel Homebrew to Mac ARM Homebrew. On 2/9/24 12:57 PM, Googe wrote: > Yes, pkg-config has the path, still not working... > > thanks > > On 2/9/24 1:26 AM, [email protected] wrote: >> On 9 Feb 2024, at 5:57, Googe wrote: >> >>> I moved to an ARM based Mac and installed the ARM Homebrew... >>> >>> When trying to compile icecast using: >>> >>> PKG_CONFIG_PATH=/opt/homebrew/Cellar/openssl@3/3.2.1/lib/pkgconfig ./configure >>> >> Make sure your pkg-config can find ogg and vorbis. >> >>> I get an error before it finishes : >>> >>> checking for libogg... not found >>> checking for libvorbis... configure: error: must have Ogg Vorbis v1.0 or above installed >>> >>> Even though the latest libogg and libvorbis are installed! >>> >>> I tried with openssl@3 and older [email protected] >>> >>> Any idea what I can do to fix this? >>> >>> Or is there a way to ignore ogg in the .configure >>> _______________________________________________ >>> Icecast mailing list >>> [email protected] >>> http://lists.xiph.org/mailman/listinfo/icecast >> _______________________________________________ >> Icecast mailing list >> [email protected] >> http://lists.xiph.org/mailman/listinfo/icecast >> > > > _______________________________________________ > Icecast mailing list > [email protected] > http://lists.xiph.org/mailman/listinfo/icecast _______________________________________________ Icecast mailing list [email protected] http://lists.xiph.org/mailman/listinfo/icecast