[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

rc9 Build failure on Hardy: cannot find the library `/usr/lib/libneon.la'

From: Eric Hanchrow <offby1_at_blarg.net>
Date: Sat, 07 Jun 2008 13:29:30 -0700

(Thanks to whomever straightened me out {for the 87th time} about
./autogen.sh). Now I've got a different problem:

I configured with
        svn co ... live
        mkdir build
        cd build
        ../live/configure --prefix=/usr/local/stow/svn-1.5.x --without-sasl --disable-shared

that yielded, among other normal-looking output:

        configure: checking neon library
        checking for neon-config... /usr/bin/neon-config
        checking neon library version... 0.27.2

and then did
        make all
and saw

        cd subversion/libsvn_ra_neon && /bin/bash /usr/local/src/svn/build/libtool --tag=CC --silent --mode=link gcc -g -O2 -pipe -Wall -g -O2 -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -rpath /usr/local/stow/svn-1.5.x/lib -o libsvn_ra_neon-1.la commit.lo fetch.lo file_revs.lo get_dated_rev.lo get_location_segments.lo get_locations.lo get_locks.lo lock.lo log.lo merge.lo mergeinfo.lo options.lo props.lo replay.lo session.lo util.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/lib/libaprutil-1.la /usr/lib/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl /usr/lib/libneon.la
        libtool: link: cannot find the library `/usr/lib/libneon.la' or unhandled argument `/usr/lib/libneon.la'

There doesn't appear to be any Hardy package with that file (at least,
"apt-file search /usr/lib/libneon.la" yielded no hits). What might I be
doing wrong?

-- 
A DRE voting system is one of the simplest computer
applications you could imagine.  It just adds by one.
        -- Brit Williams, emeritus professor of computer science
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-07 22:38:34 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.