|
Kevin Ballard
kevin at sb.org
Mon Dec 15 14:28:21 EST 2003
Wow, that worked great! Thanks!
On Dec 15, 2003, at 1:33 PM, Mark McClain wrote:
> 1) Build and install apache2
>
> 2) Unpack the mod_python distribution
>
> 3) make the following changes to the configure script. here it is in
> modified form...
>
> if test "$PyFRAMEWORKDIR" != "no-framework"; then
> if test -n "$PyFRAMEWORK"; then
> PyPYTHONLIBS="-framework $PyFRAMEWORK"
>
> # explicitly pass to mac linker so add this line
> LDFLAGS="${LDFLAGS} -Wl,-framework,Python"
> fi
>
> 4) run configure, make, then install
--
Kevin Ballard
kevin at sb.org
http://www.tildesoft.com
http://kevin.sb.org
|