<p dir="ltr">beat the bloat <br>
In this case, report to the developer that you ran into this hurdle. </p>
<p dir="ltr">I often *hide* the shared library (if the req pkg also provides static) so that the result of my build does not carry forward the same dependency. Either that or &quot;--enable-static&quot; when configuring, often also &quot;--disable-shared&quot;. </p>
<p dir="ltr">As a culture, we&#39;ve (FOSS) grown lazy and gotten too enamoured with coolness and convenience. <br><br></p>
<div class="gmail_quote">On Dec 21, 2014 12:41 AM, &quot;Rob Stampfli&quot; &lt;<a href="mailto:rob944@cboh.org">rob944@cboh.org</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;m trying to build the latest opendkim package on a Centos 6.6<br>
and find the compile is failing due to a lack of the strlcpy()<br>
and strlcat() string functions.  Googling implies I should<br>
either install libbsd-dev or libbsd-devel, neither of which<br>
seem to be in the repositories.  I gather that the crux of the<br>
problem is that the glibc folks don&#39;t like these functions,<br>
so they don&#39;t include them.  I&#39;m not interested in the politics,<br>
I just want to build opendkim, and I&#39;d rather not reinvent my own<br>
version of these string functions.  Any solutions?  suggestions?<br>
<br>
Rob<br>
_______________________________________________<br>
colug-432 mailing list<br>
<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
</blockquote></div>