[38415] in Kerberos

home help back first fref pref prev next nref lref last post

Re: libverto.so.0

daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Jan 7 10:55:49 2019

To: Yegui Cai <caiyegui@gmail.com>, <kerberos@mit.edu>
From: Greg Hudson <ghudson@mit.edu>
Message-ID: <79d39297-8ef3-8567-d3e0-ded2cbca5e07@mit.edu>
Date: Mon, 7 Jan 2019 10:55:37 -0500
MIME-Version: 1.0
In-Reply-To: <CAJYMFR5MV2y+w5Kj+fEeS60mVkW+TN+piAo1RT2ZrEOhRC664A@mail.gmail.com>
Content-Language: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu

On 1/7/19 10:29 AM, Yegui Cai wrote:
> I built kdc from source code. When I run kadmind it complains the missing
> dependency of libverto.so.0. My machine has libverto.so.1. Would it work if
> i create a softlink to libverto.so.1?

Not necessarily.

Did you run "make install" at any point?  libverto.so.0 should be in the
install tree along with the other libraries, and in the run-time library
path for kadmind.  You can set a path prefix for the installation using
the --prefix configure flag.

You can also rebuild using the system verto by making sure that the
verto development package is installed (libverto-dev on Debian/Ubuntu),
along with pkg-config.  At configure time for the krb5 tree, make sure
it says "Using system libverto" instead of "Using built-in libverto".
(Configuring with the --with-system-verto flag will make configure error
out rather than falling back to the built-in verto.)
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

home help back first fref pref prev next nref lref last post