You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jérémie Balcaen <je...@c-w.be> on 2006/04/11 09:02:07 UTC

installation problem

Hello,

I work on AIX 5.2, subversion-1.3.0 and apache 2.0.55

I'm installing Subversion with Apache by reading the install document at http://svn.collab.net/repos/svn/trunk/INSTALL

I have installed Apache with the following commands :
$ ./configure --enable-so --enable-dav --enable-maintainer-mode --with-mpm=worker --enable-ssl --without-berkeley-db
$ make
$ make install

I have installed Subversion with the following commands :
$ ./configure --prefix=/usr/local/subversion --without-berkeley-db --enable-maintainer-mode --with-apxs=/usr/local/apache2/bin/apxs
$ make
$ make install

but when I launch Apache, I get this message :

Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server:

I try to launch this module from Apache and I get this message :

[/usr/local/apache2/modules] ldd  mod_dav_svn.so
mod_dav_svn.so needs:
         /usr/lib/libc.a(shr.o)
         /usr/local/lib/libgcc_s_pthread.a(shr.o)
Cannot find      /unix
         /usr/lib/libcrypt.a(shr.o)
         /usr/lib/libpthreads.a(shr_xpg5.o)
         /usr/lib/libiconv.a(shr4.o)
         /usr/local/lib/libgcc_s.a(shr.o)
         /usr/lib/libpthread.a(shr_comm.o)
         /usr/lib/libpthread.a(shr_xpg5.o)
         /usr/lib/libpthreads.a(shr_comm.o)

Is someone has an idea of the problem ?

Thanks in advance.

jeremie.balcaen@c-w.be



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org