Re: Compiling Subversion

2015-05-21 Thread Nico Kadel-Garcia
On Wed, May 20, 2015 at 7:21 AM, Chandra, Ramesh H.S. IN BLR STS wrote: > NOTE : In our company, there is a policy that internet access > will not be given to machines having Ubuntu OS. So, I cannot use “apt-get > install ” . You need to talk to your admins about setting up an intern

Re: Compiling Subversion

2015-05-20 Thread Kris Deugau
Chandra, Ramesh H.S. IN BLR STS wrote: > I am trying to build the sources. When I execute ./configure > from the subversion directory, it is giving me the following error: > root@INBLRKUN1001:/subversion-1.8.13# ./configure > configure: Configuring Subversion 1.8.13 > configure: creat

Compiling Subversion

2015-05-20 Thread Chandra, Ramesh H.S. IN BLR STS
Hello, The OS is "Ubuntu 14.04 LTS Server". I have download subversion-1.8.13 tar.gz package. After that, using the "alien" CLI, I converted the tar package to .deb package. I placed this .deb package under /var/cache/apt/archives and using dpkg -i <.deb package n

RE: Compiling Subversion on Windows

2012-03-12 Thread Mark Raymond
@subversion.apache.org Subject: Re: Compiling Subversion on Windows Mark, > I've been attempting to compile Subversion on Windows (64-bit). I've been > able to solve most of the issues I had when compiling, but there's just one > file left that is refusing to compile - libs

RE: Compiling Subversion on Windows

2012-03-12 Thread Brad Lemings
lto:ma...@raymonds.org.uk] > Sent: Monday, March 12, 2012 12:51 PM > To: users@subversion.apache.org > Subject: Compiling Subversion on Windows > > Hi, > > I've been attempting to compile Subversion on Windows (64-bit). I've been > able to solve most of the issue

Re: Compiling Subversion on Windows

2012-03-12 Thread kmradke
Mark, > I've been attempting to compile Subversion on Windows (64-bit). I've been > able to solve most of the issues I had when compiling, but there's just one > file left that is refusing to compile - libsvn_ra-1.dll. > The build environment is Visual Studio 2008 on Windows 7 64-bit, using the

Compiling Subversion on Windows

2012-03-12 Thread Mark Raymond
Hi, I've been attempting to compile Subversion on Windows (64-bit). I've been able to solve most of the issues I had when compiling, but there's just one file left that is refusing to compile - libsvn_ra-1.dll. The build environment is Visual Studio 2008 on Windows 7 64-bit, using the x64 Cross To

Compiling subversion 1.6.16

2011-03-16 Thread Ruiyuan Jiang
Hi, all I am trying to compile subversion 1.6.16. autogen.sh does not report any problem. I then run configure: # ./configure --with-apxs=$APACHE/bin/apxs --with-apr=$APACHE/bin/ --with-apr-util=$APACHE/bin/ --with-zlib=/usr/local . checking whether to look for SASL... yes configure: Looki

Re: Compiling subversion on Ubuntu 10.10

2011-01-16 Thread Daniel Becroft
On Mon, Jan 17, 2011 at 7:22 AM, Daniel Shahaf wrote: > Daniel Becroft wrote on Sat, Jan 15, 2011 at 08:45:31 +1000: > > After investigation, it seems that the path for LIBTOOL was defined > > incorrectly. I had to change apr-util/build/rules.mk:38 from: > > > > LIBTOOL=$(SHELL) $(top_builddir

Re: Compiling subversion on Ubuntu 10.10

2011-01-16 Thread Daniel Shahaf
Daniel Becroft wrote on Sat, Jan 15, 2011 at 08:45:31 +1000: > After investigation, it seems that the path for LIBTOOL was defined > incorrectly. I had to change apr-util/build/rules.mk:38 from: > > LIBTOOL=$(SHELL) $(top_builddir)/libtool > to > LIBTOOL=$(SHELL) $(apr_builddir)/libtool >

Re: Compiling subversion on Ubuntu 10.10

2011-01-14 Thread Daniel Becroft
Apologies, I also had to make the same change to apr/build/apr_rules.mk:38. --- Daniel Becroft On Sat, Jan 15, 2011 at 8:45 AM, Daniel Becroft wrote: > Hi, > > I've had some issues compiling Subversion and APR in my Ubuntu environment > (the below output is done from /trunk -

Compiling subversion on Ubuntu 10.10

2011-01-14 Thread Daniel Becroft
Hi, I've had some issues compiling Subversion and APR in my Ubuntu environment (the below output is done from /trunk - I haven't tried a 1.6.x branch yet). Running ./autogen.sh and ./configure work correctly, however I get the following error when running 'make': -- maki

RE: Compiling Subversion on AIX

2010-04-28 Thread Giulio Troccoli
rt Cooper > Sent: 28 April 2010 15:23 > To: Giulio Troccoli; users@subversion.apache.org > Subject: Re: Compiling Subversion on AIX > > Thanks for the help Giulio. Using that configure statement > (with gcc): > CC="gcc" LDFLAGS="-L/usr/local/lib" ./configure

Re: Compiling Subversion on AIX

2010-04-28 Thread Robert Cooper
Thanks for the help Giulio. Using that configure statement (with gcc): CC="gcc" LDFLAGS="-L/usr/local/lib" ./configure -C --disable-shared --without-ssl \  --without-berkeley-db --prefix=/usr/local/svn--with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util \ --without-apxs --without-serf --d

Re: Problem compiling subversion 1.6.11

2010-04-27 Thread Daniel Shahaf
pierre...@9online.fr wrote on Tue, 27 Apr 2010 at 13:22 +0200: > -- making all in serf > make[1]: Entering directory `/tmp/subversion-1.6.11/serf' > /tmp/subversion-1.6.11/apr/libtool --silent --mode=link gcc  -rpath > /usr/local/serf/lib -o libserf-0.la buckets/aggregate_buckets.lo > buckets

Re: Re: Problem compiling subversion 1.6.11

2010-04-27 Thread Erik Andersson
>From the INSTALL: "On Unix systems, if you are building neon as part of the Subversion build process (as described in section I.4 above), you can pass flags to Subversion's "./configure", and they will be passed on to neon's "./configure". You need OpenSSL installed on your system, and you must

Re: Re: Problem compiling subversion 1.6.11

2010-04-27 Thread pierre42d
> You probably want a package named openssl-devel on Fedora (openssl-dev on > Debian)? I have openssl installed (from source). -- Pierre.

Re: Problem compiling subversion 1.6.11

2010-04-27 Thread Erik Andersson
You probably want a package named openssl-devel on Fedora (openssl-dev on Debian)? Cheers / Erik On Tue, Apr 27, 2010 at 1:22 PM, wrote: > # make > -- making all in apr > make[1]: Entering directory `/tmp/subversion-1.6.11/apr' > make[2]: Entering directory `/tmp/subversion-1.6.11/apr' > ma

Problem compiling subversion 1.6.11

2010-04-27 Thread pierre42d
# make -- making all in apr make[1]: Entering directory `/tmp/subversion-1.6.11/apr' make[2]: Entering directory `/tmp/subversion-1.6.11/apr' make[2]: Nothing to be done for `local-all'. make[2]: Leaving directory `/tmp/subversion-1.6.11/apr' make[1]: Leaving directory `/tmp/subversion-1.6.11/a

RE: Compiling Subversion on AIX

2010-04-22 Thread Giulio Troccoli
Robert Cooper Sent: 22 April 2010 14:45 To: users@subversion.apache.org Subject: Compiling Subversion on AIX Hello, I'm trying to compile subversion 1.6.11 source on AIX 6.1 TL3 using gcc 4.2.0-3. I have already compiled apache httpd 2.2.15 and

Compiling Subversion on AIX

2010-04-22 Thread Robert Cooper
Hello, I'm trying to compile subversion 1.6.11 source on AIX 6.1 TL3 using gcc 4.2.0-3. I have already compiled apache httpd 2.2.15 and have it working. (with ldap, dav, and authnz) My end goal is to have subversion running on AIX with apache and LDAP authentication to a Tivoli Directory Server.