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

installation problem

From: Jérémie Balcaen <jeremie.balcaen_at_c-w.be>
Date: 2006-04-11 11:02:07 CEST

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
Received on Tue Apr 11 11:05:22 2006

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.