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

Re: libsvn_swig_py not linking against the correct SWIG on shared hosting provider

From: David James <james82_at_gmail.com>
Date: 2005-07-28 16:38:19 CEST

On 7/26/05, Marcus Rueckert <darix@web.de> wrote:
> On Mon, Jul 25, 2005 at 10:56:38PM +0200, Naru wrote:
> > hello list
> >
> > I'm trying to build the SWIG bindings, using python 2.3.5 and SWIG
> > 1.3.21 (this version is required for trac)
> >
> > Everything is peachy except for the fact that the swig libraries link
> > against the (old) version of SWIG installed on my hosting provider's
> > machine.
> >
>
> export LD_LIBRARY_PATH=/home/fhofmann/trac/lib before starting
> trac/apache ... should solve it
>
> hope this helps
>

Hi Naru,

Did Darix's suggestions help? If not, here are some other
troubleshooting suggestions:
- Use SWIG 1.3.24
- Add $HOME/bin to your PATH. Make sure that the directory containing
the SWIG 1.3.24 executable is in your path.
- Add $HOME/lib to your LD_LIBRARY_PATH. Make sure that the directory
containing the SWIG 1.3.24 library is in your LD_LIBRARY_PATH.

Let me know if this helps! I know some other folks who are running
into the same problem, so I'm curious to see if this solves it.

Thanks,

David

-- 
David James -- http://www.cs.toronto.edu/~james
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 28 16:42:56 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.