Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 1999 00:20:34 -0700
From:      "David O'Brien" <obrien@NUXI.com>
To:        stable@freebsd.org
Subject:   **HEADS UP** libreadline version number reverted
Message-ID:  <19990821002034.A57519@dragon.nuxi.com>

next in thread | raw e-mail | index | archive | help
On 19-Aug-1999 I bumped the shared library major version number from "3"
to "4" when I MFC'ed libreadline-4.0.  It has been deemed that the
interface change between readline-2.2 and readline-4.0 was not suffient
to warrant the version number bump.

Thus I have reverted it back to "3".  Those that either installed the
19990819 or 19990820 SNAPSHOT, or did a ``CVSup'' and ``make world'' in
the past two days will need to perform the below immediately before their
next ``make world'':

    cd /usr/lib
    ls -l libreadline.so.4
        (if you have /usr/lib/libreadline.so.4)
    mv libreadline.so.4 libreadline.so.3
    rm -f libreadline.so
    ln -s libreadline.so.3 libreadline.so

-- 
-- David    (obrien@NUXI.com  -or-  obrien@FreeBSD.org)


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




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