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

Re: Building 1.4.0 on Fedora Core 5

From: Muthaiah Ramanathan <ramthen_at_yahoo.com>
Date: 2006-10-30 09:16:31 CET

Hi,

Pls. see my replies in line.

/Ramanathan

It would really help if some one could provide an idiot's guide to the process.

Ram : Pls. check if this, http://linuxgazette.net/128/ramanathan.html, could be of any use.

Being a non-programmer, I don't even know how to tell if the build process has succeeded. Can I assume that if the last lines don't contain "Error" that I am home free?

Ram : It depends on what the kind of Error is reported.

Reams of messages fly by too fast to be read. Even piping the output through "less" doesn't always
help. The make process seems to override the scrolling control that "less" is supposed to provide.
Here's some of the things I noticed and worry about:

./configure
-----------

I get

apxs:Error: /usr/bin/apu-1-config not found!.
checking for Apache module support via DSO through APXS... found at /usr/sbin/apxs
checking httpd version... recent enough
apxs:Error: /usr/bin/apu-1-config not found!.
apxs:Error: /usr/bin/apu-1-config not found!.

Is this a problem? The script continues and completes with no indication of failure.
I don't know what apu-1-config is or where I would get it.

Ram : Pls. take time to go thru' various options in configure.

./configure --help

APU (APXS util) & APR (Apache Portable Runtime) are utilized, from your Apache installation, while building Subversion from its sources and finally to create mod_dav_svn.so as part of "modules" dir inside your Apache installation.

make

----
libtool: link: warning: `/usr/lib/gcc/i386-redhat-linux/4.1.1/../../..//libexpat.la'
  seems to be moved
libtool: link: warning: `/usr/lib/gcc/i386-redhat-linux/4.1.1/../../..//libexpat.la'
  seems to be moved
libtool: link: warning: `/usr/lib/gcc/i386-redhat-linux/4.1.1/../../..//libexpat.la'
  seems to be moved
libtool: link: warning: `/usr/lib/gcc/i386-redhat-linux/4.1.1/../../..//libexpat.la'
  seems to be moved
Is this a problem? What does it mean?
Ram : No, this is not a problem.
svnadmin
--------
I tried to use "svnadmin help" and got this bizarre response:
  svnadmin: Mismatched FS module version for 'bdb': found 1.4.0, expected 1.3.2
Surely this error should not affect the display of Help information!
Also, this error is very strange given that the configure script told me
  configure:26231: WARNING: we have configured without BDB filesystem support
  You don't seem to have Berkeley DB version 4.0.14 or newer
  installed and linked to APR-UTIL.  We have created Makefiles which
  will build without the Berkeley DB back-end; your repositories will
  use FSFS as the default back-end.
Have I done something wrong? Has anyone succeeded in installing Subversion 1.4.0 on Fedora Core 5?
Ram : Everything looks OK, you should be able to proceed with setting up the repositories.
Pls. go thru' Subversion handbook for more on this topic.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 30 09:17:13 2006

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.