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

Re: swig-python bindings

From: Ruslan Sivak <rsivak_at_istandfor.com>
Date: 2006-09-22 21:08:34 CEST

Mark,

You are THE MAN. I got it to work on centos and rhel. I think the
build needs to be changed so that it properly does this without user
intervention, but otherwise looks like everything is working.

Russ

Mark wrote:
> gotta build neon with shared libs :)
>
> On 9/22/06, Ruslan Sivak <rsivak@istandfor.com> wrote:
>> I did install it before. Here I will go through the whole install
>> process again and write it down:
>>
>> #./configure --with-ssl --with-pic --with-libs=/usr/local
>>
>> configure: Configured to build neon 0.25.5:
>>
>> Install prefix: /usr/local
>> Compiler: gcc
>> XML Parser: expat
>> SSL library: SSL support enabled, using OpenSSL (0.9.7 or later)
>> zlib support: zlib support enabled, using -lz
>> Build libraries: Shared=no, Static=yes
>>
>>
>> #make clean && make && make install
>> #cd..
>> #mv neon ..
>> #./configure --with-ssl --with-python=/usr/bin/python
>> PYTHON=/usr/bin/python --with-neon=/usr/local --with-libs=/usr/local
>> # make clean && make && make swig-py
>>
>> # make install && make install-swig-py
>>
>> # python
>> Python 2.3.4 (#1, Mar 13 2006, 07:49:07)
>> [GCC 3.4.4 20050721 (Red Hat 3.4.4-2)] on linux2
>> Type "help", "copyright", "credits" or "license" for more information.
>> >>> import libsvn._core
>> Traceback (most recent call last):
>> File "<stdin>", line 1, in ?
>> ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol:
>> PKCS12_SAFEBAG_free
>> >>>
>>
>> # /usr/local/ssl/bin/openssl
>> OpenSSL> version
>> OpenSSL 0.9.8c 05 Sep 2006
>> OpenSSL>
>>
>>
>> Any more ideas?
>>
>> Russ
>>
>>
>> Mark wrote:
>> > OK, so you compiled neon separately, but did you install it
>> > separately? Do that, and then move the neon directory out from under
>> > the subversion-1.4.0 source directory. Then do the configure and make
>> > of subversion like you did. also add -with-libs=/usr/local to the
>> > configure line.
>> >
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 22 21:09:31 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.