hi,

newbie to apache building; not a newbie otherwise.

apachectl start

yields this error:

Syntax error on line 232 of /opt/depot/httpd-2.0.58/conf/httpd.conf:
Cannot load /opt/depot/httpd-2.0.58/modules/mod_dav_svn.so into server:
ld.so.1: /opt/depot/httpd-2.0.58/bin/httpd:
fatal: relocation error:
file /opt/depot/httpd-2.0.58/modules/mod_dav_svn.so:
symbol dav_xml_get_cdata: referenced symbol not found

line 232:
LoadModule dav_svn_module     modules/mod_dav_svn.so

ah, yess....  i should mention that i'm trying to get subversion
and apache to play nice.  subversion is 1.3.1.


set GPACK=httpd-2.0.58
set SSLVER=openssl-0.9.7g
set ZVER=zlib-1.2.1
set APR=apr-1.2.7
set APU=apr-util-1.2.7

./configure --prefix=/opt/depot/$GPACK                  \
        --enable-ssl --with-ssl=/opt/depot/$SSLVER      \
        --with-z=/opt/depot/$ZVER                       \
        --enable-so     \
        --enable-info   \
        --enable-cgi    \
        --enable-status \
        --enable-proxy  \
        --enable-rewrite        \
        --enable-proxy-connect  \
        --enable-proxy-http     \
        --enable-proxy-ftp

there may be something aggressively foolish about that configure;
lemme know....  i stole many options from someone else's old notes.

-- 
Jay Scott               512-835-3553            [EMAIL PROTECTED]
Head of Sun Support, Sr. Operating Systems Specialist
Applied Research Labs, Computer Science Div.                   S224
University of Texas at Austin

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to