On Wed, Jul 06, 2005 at 12:42:20AM +0200, Sam Ravnborg wrote: > > > > I receive the following error: > > git-update-cache: symbol lookup error: git-update-cache: undefined > > symbol: deflateBound > > > > > open("/usr/lib/libz.so.1", O_RDONLY) = 3 > > This is the reason. > > For a strange reason when git-update-chache was compiled is was linked > dynamically towards an older libz.so version. > Latest installed is libz.1.2.2 which includes deflateBound. > libz.so.1 points at 1.1.4 which does not.
The solution was to let libz.so.1 point to latest libz.so file. In my gentoo distribution there seems to be inconsistency if /lib or /usr/lib is used. That was the root cause. Back to do some useful stuff.. Sam - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html