HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: two compile related questions
Author: Xavier Roche
Date: 10/23/2002 07:34
 
> When I try to run the second compiled binary, I get:
> httrack: htscore.c:967: httpmirror: Assertion `szf + 1 <
> sizeof(r.req.user_agent)' failed.
> Aborted

Humm, this migh tbe related to a too small structure 
somewhere.
Can you change, in the file src/htslib.c, at line 65, the 
line:
  char user_agent[64];
into:
  char user_agent[128];

And then recompile as you did on the #2 try?The error message should
disappear.
 
Reply Create subthread


All articles

Subject Author Date
two compile related questions

10/23/2002 03:21
Re: two compile related questions

10/23/2002 07:34
Re: two compile related questions

10/23/2002 15:21




a

Created with FORUM 2.0.11