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)

2005-11-11 Thread Nenad Antic
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. getlin

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)

2005-11-07 Thread Eric Blake
> > 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*)

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)

2005-11-07 Thread Nenad Antic
Gerrit P. Haase wrote, on 11/4/2005 8:37 PM: Nenad Antic wrote: Sorry for starting a new thread, but I think I made a mistake. My original post disappeared, or rather never appeared among new threaded messages, since I continued on an existing old thread. Just hoping to get some help... Co

Re: Apache with mod_perl up and running

2005-08-06 Thread Gerrit P. Haase
Harald Joerg wrote: Gerrit P. Haase writes: Harald Joerg wrote: We already know that - for archeological reasons - mod_perl's DSO library happens to have the same file name as perl's, eh? Here's a place where this *really* bit me. Oh yeah, I cannot believe that they don't change t

Re: Apache with mod_perl up and running

2005-08-05 Thread Harald Joerg
Gerrit P. Haase writes: > Harald Joerg wrote: > >>We already know that - for archeological reasons - mod_perl's DSO >>library happens to have the same file name as perl's, eh? Here's >>a place where this *really* bit me. > > Oh yeah, I cannot believe that they don't change the name.

Re: Apache with mod_perl up and running

2005-08-04 Thread Gerrit P. Haase
Harald Joerg wrote: We already know that - for archeological reasons - mod_perl's DSO library happens to have the same file name as perl's, eh? Here's a place where this *really* bit me. Oh yeah, I cannot believe that they don't change the name. If someone has a nice workaround to a

Apache with mod_perl up and running (was: Re: error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1)

2005-08-04 Thread Harald Joerg
I wrote: > Gerrit P. Haase writes: >>> [...] Would mod_perl work with a mod_so setup as well? >> >> Yes it should work. Have you tried to link directly against the DLL? > > You mean against /usr/bin/libhttpd.dll? > > I've tried, but failed miserably so far. I've been starting with the > build p