Re: Trying to install and configure Subversion on AIX

2022-07-09 Thread Ryan Schmidt
On Jul 8, 2022, at 15:42, Werner L. Stolz wrote: > > Only the root user can create new repositories. This is true no matter where > in the file system we attempt the operation. I'm not familiar with AIX, but that's not normal for Subversion. Repositories are created with the svnadmin program.

Re: Trying to install and configure Subversion on AIX

2022-07-08 Thread Nico Kadel-Garcia
On Fri, Jul 8, 2022 at 4:46 PM Werner L. Stolz wrote: > > We are attempting to install and configure subversion on AIX 7.2 Stop there. AIX is... not a popular platform anymore. That said, proceed directly to the "Red Book", at https://svnbook.red-bean.com/ . It will walk

Trying to install and configure Subversion on AIX

2022-07-08 Thread Werner L. Stolz
We are attempting to install and configure subversion on AIX 7.2 Unfortunately, we are not very familiar with how to configure this software. We were able to get the software installed, but we find we have the following issue. Only the root user can create new repositories. This is true no

RE: Subversion on AIX

2010-10-14 Thread Loritsch, Berin
> I may have already stated this, but the way the build works > really sucks. Running "configure" on AIX powerpc would take > 15 to 30 minutes. > Each time, determining whether my version of sed truncates > characters, the name of my default executable created by the > linker, etc. And, when th

Re: Subversion on AIX

2010-10-14 Thread David Weintraub
> > Linedata Limited > Registered Office: 85 Gracechurch St., London, EC3V 0AA > Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 > > -Original Message- > > >> From: David Weintraub [mailto:qazw...@gmail.com] >> Sent: 13 October 2010 18

RE: Subversion on AIX

2010-10-14 Thread Giulio Troccoli
Cc: Subversion > Subject: Re: Subversion on AIX > > I was able to build everything until neon. There I get > >$ ./configure --with-expat=/app/fms/build/lib/libexpat.la > --enable-shared=yes --prefix=/app/fms/build > checking for a BSD-compatible install... ./install

Re: Subversion on AIX

2010-10-13 Thread David Weintraub
I had to change the GCC flags. Still have some issues. The version of Neon is not correct (need 0.29 and not 0.28.3), and it took me a while to get zlib working. I had to build that manually and add the --with-zlib=$HOME flag. Then, there was a complaint about apr and I had to go in and hack the ap

Re: Subversion on AIX

2010-10-13 Thread Ryan Schmidt
On Oct 13, 2010, at 12:03, David Weintraub wrote: > I was able to build everything until neon. There I get > > $ ./configure --with-expat=/app/fms/build/lib/libexpat.la > --enable-shared=yes --prefix=/app/fms/build >checking for a BSD-compatible install... ./install-sh -c >checking for

Re: Subversion on AIX

2010-10-13 Thread David Weintraub
;' host_alias='' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localed

RE: Subversion on AIX

2010-10-13 Thread Giulio Troccoli
Cc: Subversion > Subject: Re: Subversion on AIX > > I just tried building APR with your proceedure and socktest > still fails. Did you run the tests? I suspect that this > particular test might not be that important. I think I did, sorry I don't remember. If I did, it either passed o

Re: Subversion on AIX

2010-10-13 Thread David Weintraub
St., London, EC3V 0AA > Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 > > -Original Message- > > >> From: David Weintraub [mailto:qazw...@gmail.com] >> Sent: 12 October 2010 18:41 >> To: Subversion >> Subject: Subversion on AIX >

RE: Subversion on AIX

2010-10-13 Thread Giulio Troccoli
> Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 -Original Message- > From: David Weintraub [mailto:qazw...@gmail.com] > Sent: 12 October 2010 18:41 > To: Subversion > Subject

Re: Subversion on AIX

2010-10-12 Thread Jeremy Whitlock
On Oct 12, 2010, at 11:41 AM, David Weintraub wrote: > I do have gcc version 4.0.0, but I don't have the APR library. We > don't plan to use Apache httpd, but just svnserve instead. APR is needed by Subversion regardless of the network server used. > I downloaded the Universal AIX tarball (only

Subversion on AIX

2010-10-12 Thread David Weintraub
We are trying to get a Subversion install on an IBM AIX box we have here. Unfortunately, I really don't have root access to the box, and I know that our admins will probably not be very helpful in this endeavor. I do have gcc version 4.0.0, but I don't have the APR library. We don't plan to use Ap

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: 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.