You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by su...@mattelau.net on 2008/09/15 20:07:04 UTC

subversion 1.5.2 compile issue with apr 1.2.2 and apr 0.9.x

Hi all,

I have a problem while compiling subversion from source ( v 1.5.2 )
I already have apache 2.2.0 working quite well, and apr + apr-util v  
1.2.2 installed ( shipped with apache )
apache, apr and apr-util are also built from source.
When compiling subversion, every thing goes very well, except that  
built binaries depend on libapr and libapr-util version 0.9.x and 1.1.2.
And of course, as I don't have apr 0.9.x installed, nothing works ;-(

Has anyone an idea ?

here are my configure options : '
./configure  --prefix=/usr --sysconfdir=/etc  
--with-apxs=/home/www/bin/apxs --with-apr=/home/www/bin  
--with-apr-util=/home/www/bin/ --with-neon=/usr --without-swig  
--with-swig=no --with-jikes=no --enable-javahl=no

-bash-3.1# ldd /usr/bin/svn
         libsvn_client-1.so.0 => /usr/lib/libsvn_client-1.so.0 (0x4ea5d000)
         libsvn_wc-1.so.0 => /usr/lib/libsvn_wc-1.so.0 (0x4ea18000)
         libsvn_ra-1.so.0 => /usr/lib/libsvn_ra-1.so.0 (0x4ea0d000)
         libsvn_diff-1.so.0 => /usr/lib/libsvn_diff-1.so.0 (0x4ea01000)
         libsvn_ra_local-1.so.0 => /usr/lib/libsvn_ra_local-1.so.0 (0x4e9f8000)
         libsvn_repos-1.so.0 => /home/www//lib/libsvn_repos-1.so.0 (0x4e9ce000)
         libsvn_fs-1.so.0 => /home/www//lib/libsvn_fs-1.so.0 (0x4e9c5000)
         libsvn_fs_fs-1.so.0 => /home/www//lib/libsvn_fs_fs-1.so.0 (0x4e9a0000)
         libsvn_fs_base-1.so.0 => /home/www//lib/libsvn_fs_base-1.so.0  
(0x4e96e000)
         libsvn_fs_util-1.so.0 => /home/www//lib/libsvn_fs_util-1.so.0  
(0x4e96b000)
         libsvn_ra_svn-1.so.0 => /usr/lib/libsvn_ra_svn-1.so.0 (0x4e955000)
         libsvn_ra_neon-1.so.0 => /usr/lib/libsvn_ra_neon-1.so.0 (0x4e931000)
         libsvn_delta-1.so.0 => /home/www//lib/libsvn_delta-1.so.0 (0x4e924000)
         libsvn_subr-1.so.0 => /home/www//lib/libsvn_subr-1.so.0 (0x4e8e0000)
         libaprutil-1.so.0 => /home/www//lib/libaprutil-1.so.0 (0x4e8c3000)
         libdb-4.4.so => /home/www//lib/libdb-4.4.so (0x4e7ba000)
         libapr-1.so.0 => /home/www//lib/libapr-1.so.0 (0x4e78d000)
         libuuid.so.1 => /home/www//lib/libuuid.so.1 (0x4e788000)
         librt.so.1 => /home/www//lib/librt.so.1 (0x4e77e000)
         libcrypt.so.1 => /home/www//lib/libcrypt.so.1 (0x4e750000)
         libpthread.so.0 => /home/www//lib/libpthread.so.0 (0x4e739000)
         libdl.so.2 => /home/www//lib/libdl.so.2 (0x4e735000)
         libneon.so.27 => /usr/lib/libneon.so.27 (0x4e713000)
         libz.so.1 => /home/www//lib/libz.so.1 (0x4e6fd000)
         libexpat.so.1 => /home/www//lib/libexpat.so.1 (0x4e6d7000)
         libc.so.6 => /home/www//lib/libc.so.6 (0x4e5aa000)
         libaprutil-0.so.0 => not found
         libapr-0.so.0 => not found
         libm.so.6 => /home/www//lib/libm.so.6 (0x4e57d000)
         libnsl.so.1 => /home/www//lib/libnsl.so.1 (0x4e565000)
         /lib/ld-linux.so.2 (0x4eaa0000)
         libapr-0.so.0 => not found
         libaprutil-0.so.0 => not found
         libapr-0.so.0 => not found
         libaprutil-0.so.0 => not found
         libapr-0.so.0 => not found
         libaprutil-0.so.0 => not found
         libapr-0.so.0 => not found
         libaprutil-0.so.0 => not found
         libapr-0.so.0 => not found
         libaprutil-0.so.0 => not found
         libapr-0.so.0 => not found


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



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


Re: subversion 1.5.2 compile issue with apr 1.2.2 and apr 0.9.x

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Sep 15, 2008, at 15:07, suricate@mattelau.net wrote:

> I have a problem while compiling subversion from source ( v 1.5.2 )
> I already have apache 2.2.0 working quite well, and apr + apr-util  
> v 1.2.2 installed ( shipped with apache )
> apache, apr and apr-util are also built from source.
> When compiling subversion, every thing goes very well, except that  
> built binaries depend on libapr and libapr-util version 0.9.x and  
> 1.1.2.
> And of course, as I don't have apr 0.9.x installed, nothing works ;-(
>
> Has anyone an idea ?
>
> here are my configure options : '
> ./configure  --prefix=/usr --sysconfdir=/etc --with-apxs=/home/www/ 
> bin/apxs --with-apr=/home/www/bin --with-apr-util=/home/www/bin/ -- 
> with-neon=/usr --without-swig --with-swig=no --with-jikes=no -- 
> enable-javahl=no


Change these configure arguments:

--with-apr=/home/www/bin
--with-apr-util=/home/www/bin/

To these:

--with-apr=/home/www/bin/apr-1-config
--with-apr-util=/home/www/bin/apu-1-config

Also, please consider upgrading to the current versions of apr  
(1.3.3), apr-util (1.3.4) and apache (2.2.9).


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