You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Barry Ringuet <br...@loomissayles.com> on 2003/11/28 21:15:02 UTC

probs compiling subversion 0.33.1




am trying to compile subversion 0.33.1 on rh 7.3

after getting a client running I ran /usr/local/bin/svn checkout
http://svn.collab.net/repos/svn/trunk svn
and went into svn & ran sh ./autogen.sh
that returned...

Note:  this build will create the Subversion shared libraries and a
       command-line client.  If you wish to build a Subversion server,
       you will need Apache 2.0.  See the INSTALL file for details.

...read the INSTALL & couldn't see any probs; have apache installed, with
mod_dav.c compiled in,
at /usr/local/apache2 so I tried...

./configure --with-apxs=/usr/local/apache2/bin/apxs \
--with-apr=/usr/local/apache2 \
--with-apr-util=/usr/local/apache2 \
--with-berkeley-db=/usr/local/BerkeleyDB.4.0

...but then make returns...
/usr/bin/ld: cannot find -lneon
collect2: ld returned 1 exit status
make: *** [subversion/libsvn_ra_dav/libsvn_ra_dav-1.la] Error 1

appreciate any help/suggestions

Barry Ringuet


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: probs compiling subversion 0.33.1

Posted by Michael Wahlbrink <li...@gmx.de>.
Hi Barry,
On Fri, 28 Nov 2003 16:15:02 -0500, Barry Ringuet wrote:
[...]
> ...read the INSTALL & couldn't see any probs; have apache installed, with
> mod_dav.c compiled in,
> at /usr/local/apache2 so I tried...
> 
> ./configure --with-apxs=/usr/local/apache2/bin/apxs \
> --with-apr=/usr/local/apache2 \
> --with-apr-util=/usr/local/apache2 \
> --with-berkeley-db=/usr/local/BerkeleyDB.4.0
> 
> ...but then make returns...
> /usr/bin/ld: cannot find -lneon

I'm not a subversion guru, but it seems that you don't have installed neon....

> collect2: ld returned 1 exit status
> make: *** [subversion/libsvn_ra_dav/libsvn_ra_dav-1.la] Error 1
> 
> appreciate any help/suggestions
> 
> Barry Ringuet

hth
micha


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org