On 2/27/14, 2:32 PM, Bill McCormick wrote: > $svnlook > svnlook: symbol lookup error: svnlook: undefined symbol: > svn_pool_create_allocator > > Any help much appreciated.
Looks to me like your svnlook is being dynamically linked against an older version of libsvn_subr. You probably have 1.7.x (or older) libraries somewhere in your environment that are being found and used by the dynamic linker. How did you update? A package, build from source, etc...