[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

enabling shared object support in Apache

From: Brian Denny <brian_at_thedlw.net>
Date: 2002-09-16 22:41:56 CEST

hi,

i just spent some time trying to compile and install
the subversion server for the first time...

using the most recent cvs versions of both apache2 and subversion
as of this morning, the following options to apache's configure
(from the subversion INSTALL doc) resulted in an apache without
(or with broken?) shared object support.

# broken:
./configure --enable-dav --enable-so --prefix=/usr/local/apache2

apache config/make was successful, but got the following error
when trying to use apxs (and thus when running subversion's
configure script):

  Sorry, no shared object support for Apache
  available under your platform. Make sure
  the Apache module mod_so is compiled into
  your server binary `/usr/local/apache2/bin/httpd'.

# the following configure line resolved the problem:
./configure --enable-so --enable-rewrite --enable-shared \
--enable-bwshare --enable-module=so --enable-dav \
--prefix=/usr/local/apache2

(presumably not all of those options were necessary; i just copied
most of them from some website not-subversion-related).

has anyone else come across this? (i failed to find mention
of it in the ml archives.) does the INSTALL doc need
updating, or am i the only person to have this problem?

-bd

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 16 23:06:19 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.