Hi
When I execut './configure' for subversion-1.4.6 I have following error:
'configure: error: no suitable apr found'
Please anyone confronting this problem guide me.
Best Regards
F.Daryabor
svn error
fdaryabor wrote:kate wrote:You are compiling svn from sources? Is there any binary available for your system? What system is it, anyway? You'd probably get more helpful replies from the svn site than from the ROMS site.
Thankful Kate, I try doing your guide.
Best Regards
F.Daryabor
I cant solve problem my svn error. Please guide me
Best Regards
F.Daryabor
Go here: http://subversion.tigris.org/project_packages.html
and see if you can find a binary version of svn for your system. I have not built it in some time, nor have I built it will all the features I want because of dependencies - no one here is an expert at building svn, except maybe Dave Robertson. If you still want to build it yourself, you will have to be much more explicit about what system you are on, what compiler, and what is really going wrong, including you looking in the config.log sorts of files.
and see if you can find a binary version of svn for your system. I have not built it in some time, nor have I built it will all the features I want because of dependencies - no one here is an expert at building svn, except maybe Dave Robertson. If you still want to build it yourself, you will have to be much more explicit about what system you are on, what compiler, and what is really going wrong, including you looking in the config.log sorts of files.
You should find a package named 'subversion-deps-1.x.x.tar.gz' at the same place that you downloaded the Subversion (eg. subversion-1.x.x.tar.gz).
Then type:
$ tar xzvf subversion-1.x.x.tar.gz
$ tar xzvf subversion-deps-1.x.x.tar.gz
$ cd subversion-1.x.x
This will place 'apr', 'apr-util', 'neon', and 'zlib' directories directly into your unpacked Subversion distribution,where they will be automatically configured and built by Subversion's build process.
Then do the './configure' again. It will be OK.
Good Luck
-Bo
Then type:
$ tar xzvf subversion-1.x.x.tar.gz
$ tar xzvf subversion-deps-1.x.x.tar.gz
$ cd subversion-1.x.x
This will place 'apr', 'apr-util', 'neon', and 'zlib' directories directly into your unpacked Subversion distribution,where they will be automatically configured and built by Subversion's build process.
Then do the './configure' again. It will be OK.
Good Luck
-Bo