<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<font face="Helvetica, Arial, sans-serif">I finally got it compiling
(with openssl btw) by doing this.<br>
<br>
I put the following in my .bash_profile<br>
<br>
export OGG_PREFIX=/opt/homebrew/opt/libogg<br>
export VORBIS_PREFIX=/opt/homebrew/opt/libvorbis<br>
<br>
then I checked with:<br>
<br>
env | grep OGG_PREFIX<br>
env | grep VORBIS_PREFIX<br>
<br>
Then I just used: ./configure<br>
<br>
and it worked, no more can't find ogg or vorbis errors.<br>
<br>
then ran: make<br>
<br>
</font>I believe this all had to do with migrating from Mac Intel
Homebrew to Mac ARM Homebrew.<br>
<br>
<br>
<div class="moz-cite-prefix">On 2/9/24 12:57 PM, Googe wrote:<br>
</div>
<blockquote type="cite"
cite="mid:45caed07-21ab-48ae-bc32-e13894549b04@googe.tv">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<font face="Helvetica, Arial, sans-serif">Yes, pkg-config has the
path, still not working...<br>
<br>
thanks<br>
<br>
</font>
<div class="moz-cite-prefix">On 2/9/24 1:26 AM, <a
class="moz-txt-link-abbreviated moz-txt-link-freetext"
href="mailto:epirat07@gmail.com" moz-do-not-send="true">epirat07@gmail.com</a>
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:BF2112B9-4C3F-442E-9E01-3ACCD4F9C63F@gmail.com">
<pre class="moz-quote-pre" wrap="">On 9 Feb 2024, at 5:57, Googe wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">I moved to an ARM based Mac and installed the ARM Homebrew...
When trying to compile icecast using:
<a class="moz-txt-link-abbreviated moz-txt-link-freetext"
href="mailto:PKG_CONFIG_PATH=/opt/homebrew/Cellar/openssl@3/3.2.1/lib/pkgconfig"
moz-do-not-send="true">PKG_CONFIG_PATH=/opt/homebrew/Cellar/openssl@3/3.2.1/lib/pkgconfig</a> ./configure
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">Make sure your pkg-config can find ogg and vorbis.
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">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 version <a
class="moz-txt-link-abbreviated moz-txt-link-freetext"
href="mailto:openssl@3.00" moz-do-not-send="true">openssl@3.00</a>
Any idea what I can do to fix this?
Or is there a way to ignore ogg in the .configure
_______________________________________________
Icecast mailing list
<a class="moz-txt-link-abbreviated moz-txt-link-freetext"
href="mailto:Icecast@xiph.org" moz-do-not-send="true">Icecast@xiph.org</a>
<a class="moz-txt-link-freetext"
href="http://lists.xiph.org/mailman/listinfo/icecast"
moz-do-not-send="true">http://lists.xiph.org/mailman/listinfo/icecast</a>
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Icecast mailing list
<a class="moz-txt-link-abbreviated moz-txt-link-freetext"
href="mailto:Icecast@xiph.org" moz-do-not-send="true">Icecast@xiph.org</a>
<a class="moz-txt-link-freetext"
href="http://lists.xiph.org/mailman/listinfo/icecast"
moz-do-not-send="true">http://lists.xiph.org/mailman/listinfo/icecast</a>
</pre>
</blockquote>
<br>
<br>
<fieldset class="moz-mime-attachment-header"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Icecast mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Icecast@xiph.org">Icecast@xiph.org</a>
<a class="moz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/icecast">http://lists.xiph.org/mailman/listinfo/icecast</a>
</pre>
</blockquote>
<br>
</body>
</html>