Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 1998 09:47:58 -0400 (EDT)
From:      CyberPeasant <djv@bedford.net>
To:        gquinlan@qmpgmc.ac.uk
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: libexec error
Message-ID:  <199808111347.JAA17563@lucy.bedford.net>
In-Reply-To: <01bdc52a$0b3d31a0$380051c2@greg.qmpgmc.ac.uk> from Greg Quinlan at "Aug 11, 98 02:15:00 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Greg Quinlan wrote:
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Does anyone know what this means?
> 
> /usr/libexec/ld.so: warning: /usr/lib/libc.so.3.0: minor version 0 older than ex
> pected 1, using it anyway
> 

Just what it says ;)

Some program was being run that was linked against libc.so.3.1, but
you have ...0. So it used your ...0   This is OK with minor versions,
which are supposed to be bug-fixes, not functionality changes.

To silence the message rebuild the program that's giving it. (It's
not ld.so, BTW).

Dave
-- 
         Bedford County, PA -- 47,000 polite, friendly Appalachians,
                4,000 of whom have concealed-carry permits.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808111347.JAA17563>