bootstrap re-run ./bootstrap (or something close to that) - am _guessing_ that with stuff missing before, things didn't get generated properly. So something like
./bootstrap
./configure
make
make install
(assuming the previous steps run cleanly - IIRC, if a step errors out, it gives a decent reason why, enough to figure out which pkg is missing - the libcurl one and the header files gave me the biggest pause).
post back results |