You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by avonderluft <av...@avlux.net> on 2006/11/25 04:29:32 UTC

Re: swig-python bindings

So Mark,
How do I "build neon with shared lib"  What is the procedure?  I'm in
exactly the same fix.  Thanks!
Andrew



russ0519 wrote:
> 
> 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 <rs...@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
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/swig-python-bindings-tf2312899.html#a7535577
Sent from the Subversion Users mailing list archive at Nabble.com.

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

Re: swig-python bindings

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Nov 24, 2006, at 22:29, avonderluft wrote:

> russ0519 wrote:
>
>> Mark wrote:
>>
>>> gotta build neon with shared libs :)
>>
>> 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.
>
> So Mark,
> How do I "build neon with shared lib"  What is the procedure?  I'm in
> exactly the same fix.  Thanks!

Well, according to neon's "./configure --help", you would add "-- 
enable-shared" to the ./configure line.



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