<div dir="ltr">Even I think because of havingĀ <span style="font-size:12.8px">noinst_LTLIBRARIES in Makefile.in is making the lib not installed</span></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 27, 2017 at 10:19 PM, Francis Dupont <span dir="ltr"><<a href="mailto:fdupont@isc.org" target="_blank">fdupont@isc.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Gokulakrishnan Gopalakrishnan writes:<br>
> I'm trying to install kea to a custom dir via ./configure --prefix=/opt/kea<br>
> After doing make and make install, I'm not seeing libdhcp_user_chk.so (hook<br>
> library) at /opt/kea/lib.<br>
<br>
</span>=> where did "make install" put it? (note you can launch make install twice<br>
without problem)?<br>
<span class=""><br>
> I noticed libkea-hooks.so is present at /opt/kea/lib. is this equivalent of<br>
> the user_chk lib?<br>
<br>
</span>=> no, libkea-hooks.so is the hooks library (src/lib/hooks).<br>
<span class=""><br>
> If not, what is the way to get the user_chk lib copied to<br>
> /opt/kea/lib automatically?<br>
<br>
</span>=> "make install" should install it somewhere. I launch a distcheck<br>
to see what happens...<br>
<br>
Regards<br>
<br>
Francis Dupont <<a href="mailto:fdupont@isc.org">fdupont@isc.org</a>><br>
<br>
PS: in src/hooks/dhcp/user_chk/<wbr>Makefile.am the <a href="http://libdhcp_user_chk.la" rel="noreferrer" target="_blank">libdhcp_user_chk.la</a> entry<br>
is in noinst_LTLIBRARIES so it is possible that by default the library<br>
is not installed?<br>
</blockquote></div><br></div>