> > Alex. > > Ok last question....who do I get compile bugs to: > > make[3]: Entering directory > `/home/jlay/peek-splice/peek-and-splice/src/acl' > /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H > -I../.. -I../../include -I../../lib -I../../src -I../../include > -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror > -pipe -D_REENTRANT -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g > -O2 -march=native -MT AtBumpStep.lo -MD -MP -MF .deps/AtBumpStep.Tpo > -c -o AtBumpStep.lo AtBumpStep.cc > libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../include > -I../../lib -I../../src -I../../include -Wall -Wpointer-arith > -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -m32 > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -march=native -MT > AtBumpStep.lo -MD -MP -MF .deps/AtBumpStep.Tpo -c AtBumpStep.cc -fPIC > -DPIC -o .libs/AtBumpStep.o > In file included from ../../src/ssl/support.h:37:0, > from ../../src/acl/AtBumpStep.h:5, > from AtBumpStep.cc:3: > ../../src/ssl/gadgets.h:92:1: error: variable or field > 'TXT_DB_free_cpp' declared void > ../../src/ssl/gadgets.h:92:1: error: 'TXT_DB' was not declared in this > scope > ../../src/ssl/gadgets.h:92:1: error: 'a' was not declared in this > scope > ../../src/ssl/gadgets.h:93:21: error: 'TXT_DB' was not declared in > this scope > ../../src/ssl/gadgets.h:93:29: error: 'TXT_DB_free_cpp' was not > declared in this scope > ../../src/ssl/gadgets.h:93:44: error: template argument 1 is invalid > ../../src/ssl/gadgets.h:93:44: error: template argument 2 is invalid > ../../src/ssl/gadgets.h:93:60: error: invalid type in declaration > before ';' token > AtBumpStep.cc: In member function 'virtual int > ACLAtStepStrategy::match(ACLData<Ssl::BumpStep>*&, > ACLFilledChecklist*, ACLFlags&)': > AtBumpStep.cc:13:65: error: 'class ConnStateData' has no member named > 'serverBump' > make[3]: *** [AtBumpStep.lo] Error 1 > make[3]: Leaving directory > `/home/jlay/peek-splice/peek-and-splice/src/acl' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/jlay/peek-splice/peek-and-splice/src' > make[1]: *** [all] Error 2 > make[1]: Leaving directory > `/home/jlay/peek-splice/peek-and-splice/src' > make: *** [all-recursive] Error 1 > > Thanks again. > > James