View Single Post
  #20 (permalink)  
Old 10-26-2007, 05:23 PM
gnyce1 gnyce1 is offline
Intermediate Member
 
Posts: 17
Default 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
Reply With Quote