On Sat, Jun 7, 2008 at 4:29 PM, Eric Hanchrow <offby1_at_blarg.net> wrote:
> (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?
There is a bug filed with Ubuntu somewhere for this.  Eric Gillespie
pointed me to it when I had similar problems.  I wound up just
building Neon myself and pointing to that.
-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
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 23:17:18 CEST