thanks for the hint! i tried to track it down ... and, surprise: it
seems not to work after a:
make -j 20 swig-pl
which leads to output like:
cd /usr/src/subversion-1.2.0/subversion/bindings/swig/perl/native;
/usr/local/perl/bin/perl Makefile.PL
Must specify an input file. Use -help for available options.
Note (probably harmless): No library found for -lsvn_swig_perl-1
and it got built later.
it now works after a:
make clean-swig-pl
make swig-pl
-solo
On 7/12/05, Charles Bailey <bailey.charles@gmail.com> wrote:
> On 7/12/05, solo turn <soloturn@gmail.com> wrote:
> > i tried to run svk, but somehow i am too blind to see what is wrong.
> > somebody of you has an idea?
> >
> > $ svk mirror --list
> > Can't load '/usr/local/perl58/lib/site_perl/5.8.5/sun4-solaris/auto/SVN/_Ra/_Ra.so'
> > for module SVN::_Ra: ld.so.1: /usr/local/perl58/bin/perl: fatal:
> > relocation error: file
> > /usr/local/perl58/lib/site_perl/5.8.5/sun4-solaris/auto/SVN/_Ra/_Ra.so:
> > symbol svn_swig_pl_thunk_commit_callback: referenced symbol not found
> > at /usr/local/perl58/lib/5.8.5/sun4-solaris/DynaLoader.pm line 230.
Hmm. If you look at the ld command that build _Ra.so, did
-lsvn_swig_perl show up anywhere. It seems a little odd that it
exists as a shared lib, but ldd doesn't show a reference to it.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 13 23:26:39 2005