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

2015-04-28 Thread Konstantin Khomoutov
On Tue, 28 Apr 2015 07:12:15 -0700 (PDT) Oscar 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

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

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 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

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

2015-04-28 Thread Oscar
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

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

2015-04-27 Thread Konstantin Khomoutov
On Monday, April 27, 2015 at 11:49:36 PM UTC+3, Oscar wrote: > I am trying to install git 2.3.6 on rhel6. Had trouble while it is installing > gui, so I decided to turn off gui install by "make NO_TCLTK=YesPlease". > However, during the install step, it failed at git-gui again. Here is the > err