You haven't said what you have already done. What I would suggest would be to do something like:
make configure # get openssl & curl from /usr/local/lib and /usr/local/include (libraries & headers) ./configure --with-openssl=/usr/local/ --with-curl=/usr/local/ #and any others make On Wed, Oct 14, 2015 at 9:56 AM, Greg Ramos <[email protected]> wrote: > > I am trying to build git from source. I have new versions of openssl and > libcurl. When I type 'make', the build wants to use libcryto in /usr/lib64. > How do I tell the build to use what's in /usr/local? Thanks. > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
