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

Cannot build svn-trunk make swig-pl on Mandriva 2007

From: Shlomi Fish <shlomif_at_iglu.org.il>
Date: 2006-09-15 18:56:08 CEST

Hi all!

See:

http://svn.haxx.se/users/archive-2006-09/0685.shtml

My configuration is:

1. For apache:

<<<<<<<<<<
#!/bin/sh
./configure --enable-dav --enable-so --enable-ssl --enable-deflate \
    --prefix=/usr/local/apps/apache2 \
    --with-berkeley-db=/usr/local/apps/db-4.2/ \
    --enable-modules="cache"

>>>>>>>>>>

2. For subversion:

<<<<<<<<<<<<
#!/bin/sh

apache_path=/usr/local/apps/apache2/
args="--with-apr=$apache_path
      --with-apr-util=$apache_path
      --with-apxs=$apache_path/bin/apxs
      --disable-neon-version-check
      --without-sasl
      "

./configure --prefix=/usr/local/apps/svn-repos --enable-maintainer-mode $args
$*
>>>>>>>>>>>>>>

3. I'm using the Mandriva Perl.

Regards,

        Shlomi Fish

---------------------------------------------------------------------
Shlomi Fish shlomif@iglu.org.il
Homepage: http://www.shlomifish.org/

Chuck Norris wrote a complete Perl 6 implementation in a day but then
destroyed all evidence with his bare hands, so no one will know his secrets.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 15 19:01:17 2006

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.