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

Problem finding SVN-Python bindings

From: Elie `woe` BLETON <drozofil_at_gmail.com>
Date: 2005-01-14 00:43:17 CET

Hello everyone,

I'm trying to setup the Trac system. At the time I compiled SVN, I
used --prefix=/usr/local/subversion Because I Like It ©.

Here is my configure options, to compile subversion 1.1.2 :
Apache 2.0.52 is used here, and bdb is 4.2.52.

./configure \
        --prefix=/usr/local/subversion \
        --with-apr=/usr/local/apache2 \
        --with-apr-util=/usr/local/apache2 \
        --with-apxs=/usr/local/apache2/bin/apxs \
        --with-ssl \
        --with-berkeley-db=/usr

The problem I run in is simple : I can't find any subdirectory in
/usr/local/subversion/lib. I'm looking for ./libsvn or ./svn. The lib
directory is full of files, but no subdirectories are present.

There's nothing in /lib or /usr/lib or /usr/lib/python-2.2 or
/usr/lib/python-2.3.
I'm a bit puzzled, I didn't noticed any specific options in
./configure --help to explicitely enable python bindings so I guess
they're present by default. But where ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 14 00:46:10 2005

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.