FreeBSD Port: subversion-1.0.5

Steve Valaitis steve at digitalnothing.com
Sun Jul 11 19:53:56 PDT 2004


I seem to be having a problem with SVN finding libaprutil-0.so.9. Everything
was working fine yesterday after I installed. I successfully created a
repository, and that was working well. Today I went to create a new
repository and I received the message:

subversion/svnversion/svnversion . /repos/svn/trunk >
/usr/local/include/subversion-1/svn-revision.txt
/libexec/ld-elf.so.1: Shared object "libaprutil-0.so.9" not found
*** Error code 1

I did an ldd on svnadmin and got the following:

/usr/local/bin/svnadmin:
        libsvn_repos-1.so.0 => /usr/local/lib/libsvn_repos-1.so.0
(0x28077000)
        libsvn_fs-1.so.0 => /usr/local/lib/libsvn_fs-1.so.0 (0x2808a000)
        libsvn_delta-1.so.0 => /usr/local/lib/libsvn_delta-1.so.0
(0x280aa000)
        libsvn_subr-1.so.0 => /usr/local/lib/libsvn_subr-1.so.0 (0x280b1000)
        libaprutil-0.so.9 => not found (0x0)
        libdb-4.2.so.2 => /usr/local/lib/libdb-4.2.so.2 (0x280d1000)
        libexpat.so.5 => /usr/local/lib/libexpat.so.5 (0x281a7000)
        libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x281c7000)
        libapr-0.so.9 => not found (0x0)
        libm.so.2 => /lib/libm.so.2 (0x282b5000)
        libcrypt.so.2 => /lib/libcrypt.so.2 (0x282ce000)
        libc.so.5 => /lib/libc.so.5 (0x282e7000)
        libaprutil-0.so.9 => not found (0x0)
        libapr-0.so.9 => not found (0x0)
        libaprutil-0.so.9 => not found (0x0)
        libapr-0.so.9 => not found (0x0)
        libaprutil-0.so.9 => not found (0x0)
        libapr-0.so.9 => not found (0x0)
        libaprutil-0.so.9 => not found (0x0)
        libapr-0.so.9 => not found (0x0)

I checked for the existence of libaprutil-0.so.9, and it definitely exists
at the location: /usr/local/lib/apache2/libaprutil-0.so.9
I tried doing a deinstall and reinstall, and received the same error message
that I posted at the beginning when doing the reinstall. Is the port looking
for libaprutil-0.so.9 in a different place possibly? Is it something I'm
doing wrong? I'm building SVN with the following: make reinstall
WITH_PYTHON="YES" WITH_MOD_DAV_SVN="YES" clean

Thanks,
Steve




More information about the freebsd-ports mailing list