On Tue, Feb 22, 2011 at 03:23:04PM +0000, Yudong Sun wrote: > I can fix the first libgfortran.so.3 not found error by adding the > path to the LD_LIBRARY_PATH in > ./subversion/bindings/swig/perl/native/Makefile. > > What about the following 'Can't locate loadable object for module > SVN::_Repos' etc? What are the loadable object needed? > > Thanks, > > Yudong
You probably need the path to the installed libsvn_* libraries in LD_LIBRARY_PATH, too. See the bottom of this post: http://svn.haxx.se/users/archive-2011-02/0300.shtml What is said there about python bindings applies to the perl bindings as well (and the ruby bindings, too).