Sebastien Toulmonde [off-list ref] writes:
Hello all,
I'm trying to build Git from source for our end-users. Our platform
range from Solaris 8 to 10 (we're migrating to 11 this year).
Meanwhile, I'm trying to build Git from source, as there is no package
for Solaris 8/10 (opencsw can't be used in our environment). I've been
able to build it successfully, using Sun Studio and gmake 3.84. But
unfortunately, the build process does not compile/link any
git-remote-*
programs... Which leads me to an unusable git for use in remote
architecture (which is what we use).
These git-remote-* have more dependencies than the core git executable.
Probably you lack libcurl (lib or header files) or something like this?
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
Hello Matthieu,
I thought curl was installed correctly on the server, but apparently it
was only the curl binaries (no headers/libs).
So what I did (for the records):
1) compile curl-7.38.0, prefix /usr/local/curl-7.38.0 (so that my system
curl is not impacted)
2) configure git with: CC=/opt/SUNWspro/bin/cc ./configure
--with-curl=/usr/local/curl-7.38.0 --without-tcltk
--prefix=/usr/local/git-1.9.0
And now, git is operational (I don't need the gui).
Thanks for your help!
___________________________________________________
SEBASTIEN TOULMONDE
UNIX System Administrator
Information Services Department
BISNODE
Direct: +32 2 555 96 86
Mobile: +32 475 49 81 45
Office fax: +32 2 521 21 98
E-mail: sebastien.toulmonde@bisnode.com
Address: Researchdreef 65 Allée de la Recherche, 1070 Brussels, Belgium
www.bisnode.be
__________________________________________________
On 09/25/2014 02:18 PM, Matthieu Moy wrote:
Sebastien Toulmonde [off-list ref] writes:
quoted
Hello all,
I'm trying to build Git from source for our end-users. Our platform
range from Solaris 8 to 10 (we're migrating to 11 this year).
Meanwhile, I'm trying to build Git from source, as there is no package
for Solaris 8/10 (opencsw can't be used in our environment). I've been
able to build it successfully, using Sun Studio and gmake 3.84. But
unfortunately, the build process does not compile/link any
git-remote-*
programs... Which leads me to an unusable git for use in remote
architecture (which is what we use).
These git-remote-* have more dependencies than the core git executable.
Probably you lack libcurl (lib or header files) or something like this?
**** DISCLAIMER ****
"This e-mail and any attachments thereto may contain information which is confidential and/or protected by intellectual property rights and are intended for the sole use of the recipient(s)named above. Any use of the information contained herein (including, but not limited to, total or partial reproduction, communication or distribution in any form)by persons other than the designated recipient(s) is prohibited. If you have received this e-mail in error, please notify the sender either by telephone or by e-mail and delete the material from any computer. Thank you for your cooperation."