On Tue, 2010-04-13 at 09:28 -0600, John Craig wrote: > Hi Folks, > > Anyone seen anything like this? (Some kind of version mismatch due to > an unwise upgrade?)
<snip> > libtool: link: gcc -D_LARGEFILE64_SOURCE -pipe -g -Wall -O2 -fPIC > -I../../include -I/usr/include/libxml2/ -I/usr/include/apache2 > -I/usr/include/apr-1.0 -I/usr/include/libxml2//libxml -I/tmp > -I/openils/include/ -DOSRF_LOG_PARAMS -I../../../include/ -g -O2 - > o .libs/test_json_query test_json_query.o > -L/home/opensrf/Evergreen-ILS-1.6.0.3/Open-ILS/src/c-apps -L/tmp > -L/openils/lib/ -L/u > sr/local/lib/dbd/ /openils/lib/libopensrf.so > /home/opensrf/Evergreen-ILS-1.6.0.3/Open-ILS/src/c-apps/.libs/liboils_idl.so > ./.lib > s/oils_cstore.so -lpq -lperl /usr/lib/libxslt.so /usr/lib/libxml2.so > -lreadline /usr/lib/libexpat.so -ldbi -ldl > ./.libs/oils_cstore.so: undefined reference to `OSRF_BUFFER_C_STR' Sounds like you're trying to compile Evergreen 1.6 against OpenSRF 1.0. Not going to work; OSRF_BUFFER_C_STR isn't defined until OpenSRF 1.2.
