On August 28, 2014 at 8:05 PM "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx> wrote: > On Thu, Aug 28, 2014 at 12:54:30AM -0400, dev wrote: > > Funny I don't see libcurl anywhere. Thought that was needed? Also > > the > > RUNPATH > > and RPATH look duplicated and slightly borked but the initial data > > there > > is correct enough to locate all the libs except for some strange > > libz > > issue. > > The main git binary is not linked with libcurl, only the HTTP and FTP > programs. You'd want to check git-remote-http, for instance. wow ... you're right. I had to go check to verify : $ elfdump -d /usr/local/bin/git Dynamic Section: .dynamic index tag value [0] NEEDED 0x11ef7 libpcre.so.1 [1] NEEDED 0x11f04 libz.so.1 [2] NEEDED 0x11f0e libintl.so.8 [3] NEEDED 0x11f1b libiconv.so.2 [4] NEEDED 0x11e67 libsocket.so.1 [5] NEEDED 0x11e91 libnsl.so.1 [6] NEEDED 0x11f29 libresolv.so.2 [7] NEEDED 0x11f38 libcrypto.so.1.0.0 [8] NEEDED 0x11ead libpthread.so.1 [9] NEEDED 0x11ecf libc.so.1 [10] INIT 0x1003e2f28 [11] FINI 0x1003e2f38 [12] RUNPATH 0x11f4b /usr/local/lib:/usr/local/ssl/lib [13] RPATH 0x11f4b /usr/local/lib:/usr/local/ssl/lib [14] HASH 0x100000178 [15] STRTAB 0x100018b08 [16] STRSZ 0x1216d [17] SYMTAB 0x100006418 [18] SYMENT 0x18 [19] CHECKSUM 0x2dce [20] VERNEED 0x10002ac78 [21] VERNEEDNUM 0x4 [22] PLTRELSZ 0x1338 [23] PLTREL 0x7 [24] JMPREL 0x10002c6c0 [25] RELA 0x10002c630 [26] RELASZ 0x13c8 [27] RELAENT 0x18 [28] DEBUG 0 [29] FLAGS 0 0 [30] FLAGS_1 0 0 [31] SUNW_STRPAD 0x200 [32] SUNW_LDMACH 0x2b EM_SPARCV9 [33] PLTGOT 0x10053dc00 [34-44] NULL 0 cool. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html