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