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

1.3.x Perl bindings

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-10-12 22:47:01 CEST

SHORT STORY - When using the Perl bindings I am getting this error:

> Can't load '/usr/lib/perl5/site_perl/5.8.7/i586-linux-thread-multi/auto/SVN/_Core/_Core.so' for module SVN::_Core: /home/jpeacock/tmp/subversion/subversion/libsvn_ra_dav/.libs/libsvn_ra_dav-1.so.0: undefined symbol: crc32 at /usr/lib/perl5/5.8.7/i586-linux-thread-multi/DynaLoader.pm line 230.
> at /usr/lib/perl5/site_perl/5.8.7/i586-linux-thread-multi/SVN/Base.pm line 59
> BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.7/i586-linux-thread-multi/SVN/Core.pm line 5.

What is supposed to be providing the crc32 function? Why is the _Core.so file
linking against libsvn_ra_dav/.libs/libsvn_ra_dav-1.so.0 instead of the
installed library (hint LD_RUN_PATH isn't set correctly)?

LONGER STORY - I upgraded my system from SUSE 9.2 to 10.0 and forgot that I had
originally installed the SUSE Subversion and Perl distros, so the upgrader
helpfully installed the newer (1.2.3 and 5.8.7 respectively) versions. Sadly,
the subversion-perl RPM doesn't seem to work and the Perl RPM was built with the
kitchen sink (but without explicit dependencies to things like gdbm). I have
already uninstalled the system provided Subversion and rebuilt from the 1.3.x
branch and installed it to no avail.

TIA

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 12 22:49:37 2005

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.