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

Re: Post for 32-bit SWIG help for Subversion

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-06-21 19:29:47 CEST

On Thu, 21 Jun 2007, Prystash,John wrote:

>
> Hello, I'm having trouble installing the Perl SWIG bindings for
> Subversion 1.4.3 to a 32-bit host on Linux, RHEL4
>
> I use the same steps for building Subversion 1.4.3 and the Perl SWIG
> bindings on a 64-bit host without issue, but I am not having the same
> luck on a 32-bit host.
> I tried building them with SWIG 1.3.31, 1.3.29, and 1.3.24 on the 32-bit
> host, works fine with 1.3.31 on the 64-bit machine.
>
> tar xzf subversion-1.4.3.tar.gz
> tar xzf subversion-deps-1.4.3.tar.gz
> cd subversion-1.4.3
>
> ./configure --prefix=/sq/svn/i386 --with-swig=/sq/svn/i386/swig
> PERL=/sq/svn/i386/perl/bin/perl
> make clean && make && make install
>
> make swig-pl-lib
> make install-swig-pl-lib
> cd subversion/bindings/swig/perl/native
> perl Makefile.PL PREFIX=/sq/svn/i386 LIB=/sq/svn/i386
> make
> make test
>
> make test returned these errors
>
> Can't load
> '/sq/quality/tmp/packages/subversion-1.4.3/subversion/bindings/swig/perl
> /native/blib/arch/auto/SVN/_Core/_Core.so' for module SVN::_Core:
> /sq/quality/tmp/packages/subversion-1.4.3/subversion/libsvn_ra_dav/.libs
> /libsvn_ra_dav-1.so.0: undefined symbol: gss_delete_sec_context at
> /sq/svn/i386/perl/lib/DynaLoader.pm line 230.
>
> I have read similar posts indicating that gss* errors are related to
> Neon, but it doesn't seem possible to install the bindings without neon.

The gss_delete_sec_context symbol is used be Neon, when it's compiled
with HAVE_GSSAPI defined.

> If I try I get a list of errors along the lines of:
>
> Note (probably harmless): No library found for -lsvn_subr-1
> Note (probably harmless): No library found for -lsvn_swig_perl-1
> ...
>
> I could be missing something completely obvious :). I've tried
> different combinations of things for a while, but any error I've ever
> encountered is related to _Core.so.
>
> Any help would greatly appreciated, thanks in advance.

Is "gssapi/gssapi.h" available on your system? If so, are the
corresponding libraries in a place where Perl's DynaLoader.pm will
pick them up?

  • application/pgp-signature attachment: stored
Received on Thu Jun 21 19:29:41 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.