After apr update, svn can't find libaprutil-1.so.5

Matthew D. Fuller fullermd at over-yonder.net
Wed Jun 11 13:28:11 UTC 2014


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 at over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.


More information about the freebsd-ports mailing list