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.

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

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