You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Schaefgen <da...@gmail.com> on 2006/06/13 19:30:49 UTC

AIX 5.3 SWIG Python Binding in Subversion 1.3.2

All-

After an extensive search of this list archive and other sites I'm at
an impasse.  I can build subversion 1.3.2 and the SWIG bindings
without issue, and install them without issue. However, when I attempt
to test them with something like: python -v -c "from svn import
client"
I receive the following error:

>:/eaidevapp/install/dl/subversion-1.3.2 >python -
v -c "from svn import client"
...
# /usr/local/lib/svn-python/libsvn/client.pyc matches
/usr/local/lib/svn-python/libsvn/client.py
import libsvn.client # precompiled from
/usr/local/lib/svn-python/libsvn/client.pyc
dlopen("/usr/local/lib/svn-python/libsvn/_client.so", 2); Illegal
instruction (core dumped)

Has anyone seen this before?=3D20

Packages:
Python 2.4.3, SWIG 1.3.24, Subversion 1.3.2, Apache 2.0.55

Regards,
       -Dave

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