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

Re: problem building subversion on SuSE 8.2

From: John Szakmeister <john_at_szakmeister.net>
Date: 2003-12-23 00:49:19 CET

On Saturday 20 December 2003 22:17, Henri Yandell wrote:
> I'm getting errors when I attempt to run 'make install' for subversion:
> [subversion-0.32.1.tar.gz]
>
> chmod 755 /usr/local/apache2/modules/mod_authz_svn.so
> [activating module `authz_svn' in /usr/local/apache2/conf/httpd.conf]
> subversion/svnversion/svnversion . /repos/svn/trunk >
> /usr/local/include/subversion-1/svn-revision.txt
> svnversion: error: cannot set LC_CTYPE locale
> svnversion: error: environment variable LC_CTYPE is en_US
> make: *** [revision-install] Error 1
>
> Any idea what the problem is here?
>
> It's been configured with:
>
> ./configure --with-apr=/usr/local/apache2
> --with-apr-util=/usr/local/apache2

I'm not sure what the problem is, but I've been building subversion on SuSE
8.2 for quite a while now. Here's my locale settings:
LANG=en_US.ISO-8859-1
LC_CTYPE="en_US.ISO-8859-1"
LC_NUMERIC="en_US.ISO-8859-1"
LC_TIME="en_US.ISO-8859-1"
LC_COLLATE=POSIX
LC_MONETARY="en_US.ISO-8859-1"
LC_MESSAGES=en_US.ISO-8859-1
LC_PAPER="en_US.ISO-8859-1"
LC_NAME="en_US.ISO-8859-1"
LC_ADDRESS="en_US.ISO-8859-1"
LC_TELEPHONE="en_US.ISO-8859-1"
LC_MEASUREMENT="en_US.ISO-8859-1"
LC_IDENTIFICATION="en_US.ISO-8859-1"
LC_ALL=

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 23 00:38:37 2003

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.