Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 08:28:02 -0500
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        Tijl Coosemans <tijl@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org, David Wolfskill <david@catwhisker.org>
Subject:   Re: After apr update, svn can't find libaprutil-1.so.5
Message-ID:  <20140611132801.GF4145@over-yonder.net>
In-Reply-To: <20140611152217.78566669@kalimero.tijl.coosemans.org>
References:  <20140611125047.GF1180@albert.catwhisker.org> <20140611145618.2746cb8f@kalimero.tijl.coosemans.org> <20140611130106.GG1180@albert.catwhisker.org> <20140611152217.78566669@kalimero.tijl.coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 11, 2014 at 03:22:17PM +0200 I heard the voice of
Tijl Coosemans, and lo! it spake thus:
> 
> There's a problem in the apr port which makes it link libaprutil to
> the installed libapr instead of the newly built one.

Just so.

After upgrade:

% ldd /usr/local/lib/libaprutil-1.so.0.5.3 
/usr/local/lib/libaprutil-1.so.0.5.3:
        libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x801626000)
        libapr-1.so.5 => /usr/local/lib/compat/pkg/libapr-1.so.5 (0x80184a000)
        libcrypt.so.5 => /lib/libcrypt.so.5 (0x801a7c000)
        libthr.so.3 => /lib/libthr.so.3 (0x801c9c000)
        libc.so.7 => /lib/libc.so.7 (0x80081f000)


Then rebuild it again:

% ldd /usr/local/lib/libaprutil-1.so.0.5.3
/usr/local/lib/libaprutil-1.so.0.5.3:
        libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x801626000)
        libapr-1.so.0 => /usr/local/lib/libapr-1.so.0 (0x80184a000)
        libcrypt.so.5 => /lib/libcrypt.so.5 (0x801a7c000)
        libthr.so.3 => /lib/libthr.so.3 (0x801c9c000)
        libc.so.7 => /lib/libc.so.7 (0x80081f000)



-- 
Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.



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