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

Re: I'm having problems compiling subversion 1.0.4 on RHEL 2.1 variant

From: Joe Orton <jorton_at_redhat.com>
Date: 2004-06-03 10:34:43 CEST

On Wed, Jun 02, 2004 at 04:05:40PM -0700, Cason, JonathanX wrote:
> Hmmm... The home dir is a network mounted filesystem that is mounted
> at boot up and not unmounted 'til shutdown. And I've been accessing the
> server through Exceed for convience. I'll try the build directly on the
> console, just to eliminate any possibility, but I can't see how that
> would have anything to do with it... I haven't moved the build files
> or any of the libraries.

1.0.4 builds fine on a vanilla RHEL2.1 U4 system here. Does your use of
the word "variant" imply that this is a modified RHEL install? The
issue is a mismatch between /usr/include/ctype.h and libc.so.6. Check
that:

# rpm -V glibc glibc-devel

gives no output as root, to ensure that the packages are installed
correctly; and that the glibc and glibc-devel package versions match,
something like:

# rpm -q glibc glibc-devel
glibc-2.2.4-32.15
glibc-devel-2.2.4-32.15

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 3 16:44:25 2004

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.