Has anyone successfully compiled or installed SVN on AIX (5.3)?
I'm trying to compile it as per the instructions, however I keep getting a "configure: error: subversion requires zlib" even though I downloaded and extracted the dependency packages (with zlib).
Any thoughts? I found a couple hits "the" google that say :
cd zlib
../configure --prefix=...
make install
cd ..
../configure --prefix=<the_same_as_above>
What am I supposed to put in the prefix?
I'm trying to compile it as per the instructions, however I keep getting a "configure: error: subversion requires zlib" even though I downloaded and extracted the dependency packages (with zlib).
Any thoughts? I found a couple hits "the" google that say :
cd zlib
../configure --prefix=...
make install
cd ..
../configure --prefix=<the_same_as_above>
What am I supposed to put in the prefix?