Search squid archive

Re: Need help to build my own external help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 17.04.2012 03:42, Mohamed Amine Kadimi wrote:
Hi,

I reduced my program to that:

##########
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX_INPUT 8192
int main(int argc, char **argv)
{
   char request [MAX_INPUT];
   while (fgets(request, MAX_INPUT , stdin) != NULL)
   {
       printf ("OK\n");
   }
   return 0;
}

##########

But, I still get the same problem,

Then it is not Squid or the helper code.


There is some external factor preventing Squid either starting, or using stdin/stdout to the helper.


Unless you are cross-compiling the helper somehow?


Amos



[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux