Re: [git] Fwd: Compiling git 1.8.1.4 on 64bit centos 5.6

2013-02-23 Thread W. Trevor King
On Sun, Feb 24, 2013 at 12:13:11AM +1100, Darren Oakey wrote: > If I compile without static, it works - but the shared libraries > aren't found when it's run from the web host. If I try running the > 32bit version on the 64bit host, it doesn't find some library This is a shot in the dark, but are

Fwd: Compiling git 1.8.1.4 on 64bit centos 5.6

2013-02-23 Thread Darren Oakey
g'day, got a web host where I want to put git - it has no c compiler, so I have to compile elsewhere.ssh is also locked out, so I have to use https. The site uses both 64bit and 32bit hosts. On a 32bit vm, I compiled the 32bit version of git fine with -static, sent the binaries over, a