On Oct 25, 2006, at 5:52 PM, Ian Stevens wrote: > Thanks, Christian. I tried those two commands followed by a `fink > install svk`. The good news is that the install progressed beyond > writing the makefile. The bad news is that the tests failed, so I'm > not that better off than I was before I wiped my Fink install:
I'm Chris, actually. Christian is the maintainer of the svn-swig package, and I'm just a user. > # Tried to require 'SVN::Core'. > # Error: Can't load > '/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/_Core/ > _Core.bundle' > for module SVN::_Core: > dlopen(/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/ > _Core/_Core.bundle, > 2): Symbol not found: _svn_diff_file_diff3_2 > # Referenced from: > /sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/_Core/ > _Core.bundle > # Expected in: dynamic lookup > # at /sw/lib/perl5/5.8.6/darwin-thread-multi-2level/SVN/Base.pm > line 59 Hmm, that is a slightly different error from what I got. Try rebuilding the swig libs one more time: fink rebuild svn-swig-pm586 Then you should be able to run this command to test: perl -le'use SVN::Core; print "ok"' If it says "ok" then all is well. Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703 vCard: http://www.chrisdolan.net/ChrisDolan.vcf Clotho Advanced Media, Inc. - Creators of MediaLandscape Software (http://www.media-landscape.com/) and partners in the revolutionary Croquet project (http://www.opencroquet.org/) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
