Hello Alexander,

Because I didn't know how to work with diff, I had modified server.c
according to the server.c.diff (I had replaced:
if((!res)&&(Conf->Server[i].alias)&&((strlen(url)-strlen(Conf->Server[i].url
)+strlen(Conf->Server[i].alias)))<UDM_URLSIZE){
with:
if((aliastr)&&(!res)&&(Conf->Server[i].alias)&&((strlen(url)-strlen(Conf->Se
rver[i].url)+strlen(Conf->Server[i].alias)))<UDM_URLSIZE){
in line 316 of server.c)

I had run once again:
shell> nice
./configure --prefix=/home/pntcd/mnogo --with-mysql=/usr/local/mysql
shell> make
shell> make install (I got no errors during the installation!)
copied the personalized indexer.conf to /home/pntcd/mnogo/etc
... and finaly ...

shell> nice ./indexer

... but the problem remain

The indexer echo me about 128 URL's and then:
"Received signal 15 - exit!" message

Typing:
shell> nice ./indexer -S

          Database statistics

    Status    Expired      Total
   -----------------------------
         0        211        390 Not indexed yet
       200          0        125 OK
       301          0          1 Moved Permanently
       401          0          1 Unauthorized
   -----------------------------
     Total        211        517

Claudiu Cristea

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Barkov
> Sent: Friday, March 02, 2001 6:54 PM
> To: general
> Subject: server.c bug
>
>
> Hello!
>
>
> We've found a bug in server.c
>
> It was a reason of some crashes.
>
> Patch is in attachement.

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to