<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Scott,</p>
<p><br>
</p>
<div class="moz-cite-prefix">On 9/11/2024 11:13 AM, Scott Wheeler
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:1E15836F-7722-4B63-9639-423D4438C99E@taglib.org">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<br>
<div>
<blockquote type="cite">
<div>On 11. Sep 2024, at 16:31, Steve Matzura
<a class="moz-txt-link-rfc2396E" href="mailto:sm@noisynotes.com"><sm@noisynotes.com></a> wrote:</div>
<br class="Apple-interchange-newline">
<div>
<meta http-equiv="content-type"
content="text/html; charset=UTF-8">
<div>
<p>I'm trying to build EZStream (<a
class="moz-txt-link-freetext"
href="https://icecast.org/ezstream/"
moz-do-not-send="true">https://icecast.org/ezstream/</a>)
and it requires something from Taglib, so I built Taglib
with the command described in its INSTALL.md:<br>
<br>
cmake -DCMAKE_INSTALL_PREFIX=/usr/local
-DCMAKE_BUILD_TYPE=Release .<br>
</p>
</div>
</div>
</blockquote>
<div>[…]</div>
<blockquote type="cite">
<div>
<div>
<p> configure: error: libtag_c is missing<br>
</p>
</div>
</div>
</blockquote>
</div>
<br>
<div>My guess is that EZStream is using pkg-config to find TagLib,
and you don’t have your pkg-config path set to look in
/usr/local:</div>
<div><br>
</div>
<div>
<div style="display: block;">
<div
style="-webkit-user-select: all; -webkit-user-drag: element; display: inline-block;"
class="apple-rich-link" draggable="true" role="link"
data-url="https://askubuntu.com/questions/210210/pkg-config-path-environment-variable"><a
style="border-radius:10px;font-family:-apple-system, Helvetica, Arial, sans-serif;display:block;-webkit-user-select:none;width:228px;user-select:none;-webkit-user-modify:read-only;user-modify:read-only;overflow:hidden;text-decoration:none;"
class="lp-rich-link" rel="nofollow"
href="https://askubuntu.com/questions/210210/pkg-config-path-environment-variable"
dir="ltr" role="button" draggable="false" width="228"
moz-do-not-send="true">
<table
style="table-layout:fixed;border-collapse:collapse;width:228px;background-color:#E5E6E9;font-family:-apple-system, Helvetica, Arial, sans-serif;"
class="lp-rich-link-emailBaseTable" cellpadding="0"
cellspacing="0" border="0" width="228">
<tbody>
<tr>
<td vertical-align="center" align="center"><img
style="width:228px;filter:brightness(0.97);height:228px;" width="228"
height="228" draggable="false"
class="lp-rich-link-mediaImage"
alt="apple-touch-icon@2.png"
src="cid:part1.BVXYFMI2.xtxOw09r@noisynotes.com"></td>
</tr>
<tr>
<td vertical-align="center">
<table bgcolor="#E5E6E9" cellpadding="0"
cellspacing="0" width="228"
style="font-family:-apple-system, Helvetica, Arial, sans-serif;table-layout:fixed;background-color:rgba(229, 230, 233, 1);"
class="lp-rich-link-captionBar">
<tbody>
<tr>
<td style="padding:8px 0px 8px 0px;"
class="lp-rich-link-captionBar-textStackItem">
<div
style="max-width:100%;margin:0px 16px 0px 16px;overflow:hidden;"
class="lp-rich-link-captionBar-textStack">
<div
style="word-wrap:break-word;font-weight:500;font-size:12px;overflow:hidden;text-overflow:ellipsis;text-align:left;"
class="lp-rich-link-captionBar-textStack-topCaption-leading"><a
rel="nofollow"
href="https://askubuntu.com/questions/210210/pkg-config-path-environment-variable"
style="text-decoration: none"
draggable="false"
moz-do-not-send="true"><font
color="#272727"
style="color: rgba(0, 0, 0, 0.847059);">PKG_CONFIG_PATH environment
variable</font></a></div>
<div
style="word-wrap:break-word;font-weight:400;font-size:11px;overflow:hidden;text-overflow:ellipsis;text-align:left;"
class="lp-rich-link-captionBar-textStack-bottomCaption-leading"><a
rel="nofollow"
href="https://askubuntu.com/questions/210210/pkg-config-path-environment-variable"
style="text-decoration: none"
draggable="false"
moz-do-not-send="true"><font
color="#808080"
style="color: rgba(0, 0, 0, 0.498039);">askubuntu.com</font></a></div>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</a></div>
</div>
</div>
I've seen this article before and followed those directions, but
the error persists. I'm thinking when I built taglib, I omitted a
'make' option that included creating libtag_c.pc and saving it
somewhere. libtag_C* does not exist on my system. However,
taglib_c.pc is right where it should be, in
/usr/local/lib/pkgconfig.<br>
</blockquote>
</body>
</html>