Re: [git-users] Re: having trouble compile git from source

2015-04-28 Thread Konstantin Khomoutov
On Tue, 28 Apr 2015 06:57:33 -0700 (PDT)
Oscar oscarj...@gmail.com wrote:

 I was able to complete the install after the makefile modification.
 Most of the binaries seem to work except git svn.Got the following
 error. I am using Perl 5.10.1. 
 
 Can't load '/usr/local/lib64/perl5/auto/SVN/_Core/_Core.so' for
 module SVN::_Core: libsvn_swig_perl-1.so.0: cannot open shared object
 file: No such file or directory at /usr/lib64/perl5/DynaLoader.pm
 line 200.
[...]

Do you have Perl bindings to Subversion installed?

The library Perl failed to locate is a SWIG-generated wrapper around
libsvn.  For instance, on Debian, these bindings are provided by the
libsvn-perl package; here's the listing of the files it contain [1]
(for amd64 architecture).

You did not tell us anything about your environment so we can only
guess.  In either case, the first thing to do is to see what your OS
has to offer to you to have these bindings installed, and then
verifying they're installed, and then verifying Perl looks in a correct
place for them.  If it doesn't, supposedly the build process should be
fixed further.

1. https://packages.debian.org/jessie/amd64/libsvn-perl/filelist

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Re: having trouble compile git from source

2015-04-28 Thread Oscar
Sorry, I am trying this on a Centos 6 64bit system. What kind of perl 
bindngs should I be looking for? Is this some kind of Perl module I need to 
install from CPAN?


On Tuesday, April 28, 2015 at 9:08:05 AM UTC-5, Konstantin Khomoutov wrote:

 On Tue, 28 Apr 2015 06:57:33 -0700 (PDT) 
 Oscar osca...@gmail.com javascript: wrote: 

  I was able to complete the install after the makefile modification. 
  Most of the binaries seem to work except git svn.Got the following 
  error. I am using Perl 5.10.1. 
  
  Can't load '/usr/local/lib64/perl5/auto/SVN/_Core/_Core.so' for 
  module SVN::_Core: libsvn_swig_perl-1.so.0: cannot open shared object 
  file: No such file or directory at /usr/lib64/perl5/DynaLoader.pm 
  line 200. 
 [...] 

 Do you have Perl bindings to Subversion installed? 

 The library Perl failed to locate is a SWIG-generated wrapper around 
 libsvn.  For instance, on Debian, these bindings are provided by the 
 libsvn-perl package; here's the listing of the files it contain [1] 
 (for amd64 architecture). 

 You did not tell us anything about your environment so we can only 
 guess.  In either case, the first thing to do is to see what your OS 
 has to offer to you to have these bindings installed, and then 
 verifying they're installed, and then verifying Perl looks in a correct 
 place for them.  If it doesn't, supposedly the build process should be 
 fixed further. 

 1. https://packages.debian.org/jessie/amd64/libsvn-perl/filelist 


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.