From owner-freebsd-questions Tue Jun 18 16:07:35 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07388 for questions-outgoing; Tue, 18 Jun 1996 16:07:35 -0700 (PDT) Received: from jraynard.demon.co.uk (jraynard.demon.co.uk [158.152.42.77]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA07253 for ; Tue, 18 Jun 1996 16:05:21 -0700 (PDT) Received: (from fqueries@localhost) by jraynard.demon.co.uk (8.7.5/8.6.12) id TAA02198; Tue, 18 Jun 1996 19:20:32 GMT Date: Tue, 18 Jun 1996 19:20:32 GMT Message-Id: <199606181920.TAA02198@jraynard.demon.co.uk> From: James Raynard To: jrclark@netview.net CC: questions@freebsd.org In-reply-to: <2.2.32.19960617165857.0096c5a0@netview.net> (message from John Clark on Mon, 17 Jun 1996 16:57:24 -0500) Subject: Re: warning: /usr/lib/libutil.so.2.0: ... Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Now when I login, I get the following message: > > ld.so: warning: /usr/lib/libutil.so.2.0: minor version 0 older than expected > 1, using it anyway My guess is that you didn't reboot after the compilation, so the old version of libutil.so is still in the shared library cache. As 'login' was built using the new set of libraries, it expects to find the new version and complains when it gets handed the old one from the cache. Either reboot or do something like ldconfig /usr/lib /usr/X11R6/lib /usr/local/lib BTW One thing I didn't mention last time was that you'll need to compile a new kernel. 'make world' doesn't do this for you as it's too complicated for it to get it right - the config file syntax may have changed, some of the options might not exist any more, there may be new ones you want to add, etc. -- James Raynard, Edinburgh, Scotland james@jraynard.demon.co.uk