[Icecast] compiling icecast on ARM Mac errors

Googe googe at googe.tv
Sat Feb 10 01:49:53 UTC 2024


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, epirat07 at gmail.com 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 at 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 at 3 and older versionopenssl at 3.00
>>>
>>> Any idea what I can do to fix this?
>>>
>>> Or is there a way to ignore ogg in the .configure
>>> _______________________________________________
>>> Icecast mailing list
>>> Icecast at xiph.org
>>> http://lists.xiph.org/mailman/listinfo/icecast
>> _______________________________________________
>> Icecast mailing list
>> Icecast at xiph.org
>> http://lists.xiph.org/mailman/listinfo/icecast
>>
>
>
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20240209/0e15853b/attachment.htm>


More information about the Icecast mailing list