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

INstall on Mandrake 10.1

From: Thomas SMETS <smetsthomas_at_yahoo.com>
Date: 2005-04-11 01:21:06 CEST

I have some problem installing the subversion on an Official Mandrake 10.1

I successfully installed Berkeley DB (manually) in /usr/local/BerkeleyDB.4.3
Reading the install instruction of svn, I upgraded the neon library and replaced the existing
version in the svn extract director. Apparently apr & apr-utils were up2date.

I then configured the subversion install with the following command :
<snip>
./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.3 --prefix=/usr/local/subversion-r1.1.4
--with-apr=./apr --with-apr-util=./apr-util
</snip>

Running make I got the following error message (last successfull compilation line included):
<snip>
/bin/sh ../libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H
-I/data/tmp/svn/subversion-1.1.4/apr-util/xml/expat/lib -g -O2 -I.. -DNEON_ZLIB -c ne_stubssl.c
-o ne_stubssl.lo
/bin/sh ../libtool --quiet --mode=link gcc -rpath /usr/local/subversion-r1.1.4/lib -version-info
24:7:0 -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo
ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_cookies.lo ne_redirect.lo
ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_acl.lo ne_stubssl.lo -lz
/data/tmp/svn/subversion-1.1.4/apr-util/xml/expat/lib/libexpat.la
libtool: link: cannot find the library
`/data/tmp/svn/subversion-1.1.4/apr-util/xml/expat/lib/libexpat.la'
make[2]: *** [libneon.la] Error 1
make[2]: Leaving directory `/data/tmp/svn/subversion-1.1.4/neon/src'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/data/tmp/svn/subversion-1.1.4/neon'
make: *** [external-all] Error 1
</snip>

No idea what is going wrong ... and how to fix it ?
Apparently the file libexpat.so.1 should be missing but ... it is not in any RPM I can get for MDK
... !

Anyone can write software a computer understands;
let's write software that people understand.
                                                   K. Beck
T. : +32 (0)2 742 05 94
M. : +32 (0)497 44 68 12

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 11 02:36:04 2005

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

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