<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/civodul">civodul</a>
commented:
</p>
<div style="">
<p dir="auto">On an FHS distro like Debian, the installed <code>gnutls.scm</code> can simply do:</p>
<pre class="code highlight js-syntax-highlight scheme" lang="scheme" v-pre="true"><code><span id="LC1" class="line" lang="scheme"><span class="p">(</span><span class="nf">load-extension</span> <span class="s">"guile-gnutls-v-2"</span> <span class="s">"scm_init_gnutls"</span><span class="p">)</span></span></code></pre>
<p dir="auto">That works because <code>guile-gnutls-v-2.so</code> is installed in the directory returned by <code>pkg-config guile-2.2 --variable extensiondir</code>.</p>
<p dir="auto">However, that won't work in the general case where <code>libdir</code> for GnuTLS is not necessarily the same as <code>libdir</code> for Guile.</p>
<p dir="auto">I think the solution for Debian is to make the <code>load-extension</code> change above.  For upstream GnuTLS though, I'm not sure how this could be addressed.</p>
<p dir="auto">Thoughts?</p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/issues/838#note_247884322">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/d38e6fd2856e2d29c97b89e6c81bbfa9/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/issues/838#note_247884322"}}</script>


</p>
</div>
</body>
</html>