Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <00a701c0ba41$d5fa86e0$0200a8c0@mike> From: "Mike Everest" To: "Robert Collins" Cc: References: <002c01c0b9f5$e4a8d5d0$0200a8c0 AT mike> <013501c0ba33$c2028f60$0200a8c0 AT lifelesswks> Subject: Re: fgets() behaviour Date: Sun, 1 Apr 2001 10:22:26 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Hello Rob! > strange to see you here :] i've been getting about since i started toying with this stuff ;-) > Try running it in a wrapper script (Pop back to squid-users, look in the > recent archives, Henrik posted a wrapper script for someone who had > problems with their helper exiting. A short modification of that script > and you should be able to test it. thanks for that advice... i have used this: #!/usr/bin/perl open(AUTH,"|/usr/local/sqltest.exe") ||die("Failed to start pam_auth"); select AUTH; $|=1; select STDOUT; $|=1; while(<>) {print AUTH$_;} but it doesn't even run the auth module... excuse me if i am blatantly off the track :-} regards. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple