Skip to content

Instantly share code, notes, and snippets.

@holybit
Last active December 24, 2015 17:29
Show Gist options
  • Save holybit/6836230 to your computer and use it in GitHub Desktop.
Save holybit/6836230 to your computer and use it in GitHub Desktop.
Git compile/RPM questions. Working on compiling git and then rolling an RPM for it. Configured as below. The Perl used was installed from an RPM.
./configure --prefix="/usr/local/git-1.8.4"\
--with-perl=/usr/local/perls/perl-5.18.1-nt/bin/perl\
--with-libpcre
Questions
1. Does the RPM Perl used by --with-perl need to be on the target machine for the git runtime?
2. Which git executables should I run ldd against to determine the runtime required shared libs?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment