build problems
From: Jon Stevens <jon_at_latchkey.com>
Date: 2003-11-19 07:05:57 CET
Hey everyone,
I'm trying to build subversion on OSX 10.3 and am running into some
I am using Fink and installed db41 (berkeley db 4.1).
I installed Apache 2.0.48 on my own. It was re-compiled/configured to
[24][ src/apache/httpd-2.0.48/srclib/apr-util ]# grep sw Makefile
Here is the script I used to build Apache...
#!/bin/sh
APP=httpd-2.0.48
cd $APP
./configure \
make
Here is my script for building subversion...
#!/bin/sh
APP=subversion
tar -xzf $APP-$VER.tar.gz
cd $APP-$VER
make
It goes through the process and I see...
configure: Apache Portable Runtime (APR) library configuration
Seems fine to me. The only problem is that it gets near the end of the
configure: error: APR-UTIL was installed independently, it won't be
Doh! Why is that?
thanks
jon
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.