Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Server: Advanced Direct Remailer Message-ID: <4374FCAB.5070601@ericsson.com> Date: Fri, 11 Nov 2005 21:18:51 +0100 From: Nenad Antic User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6 Mnenhy/0.7 MIME-Version: 1.0 To: Eric Blake CC: cygwin AT cygwin DOT com Subject: Re: Error compiling mod_perl with apache-1.3.33-2 and perl-5.8.7-4 (was: Apache with mod_perl up and running) References: <110720051435 DOT 13377 DOT 436F6639000BBBD50000344122069984990A050E040D0C079D0A AT comcast DOT net> In-Reply-To: <110720051435.13377.436F6639000BBBD50000344122069984990A050E040D0C079D0A@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Eric Blake wrote, on 11/7/2005 3:35 PM: >>BTW i think there is a bug in the snapshot in file >>/usr/include/sys/stdio.h, line 338. Had to change: >> >>-ssize_t _EXFUN(__getline, (char **, size_t *, FILE *)); >>+ssize_t _EXFUN(__getline, (char **, size_t *, int, FILE *)); >> >> > >No, this is wrong. getline really is (char**, size_t*, FILE*), while >getdelim is (char**, size_t*, int, FILE*). Maybe it is apache >that is mistakenly using getline when they want getdelim. > >http://www.die.net/doc/linux/man/man3/getline.3.html > >-- >Eric Blake > > > > > My mistake, I realized I didn't install the snapshot properly. /nenad -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/