Stas Bekman wrote:
Philip M. Gollucci wrote:
Stas, I'm 99% sure this is a FreeBSD specific problem. I can not duplicate this on Fedora Core 2/3

I guess the next step is to try and reproduce it in a small program and hand it to p5p?


Thats what this was:

cat src/modules/perl/test.c

#include "EXTERN.h"
#include "perl.h"

#include "mod_perl.h"

int main (int argc, char **argv) {

  Perl_croak(Nullch);

  return 0;
}

I'm not exactly how to make that smaller other then by going through all the damn *.h files that mod_perl.h brings in....

I'm willing to do it.... but would like to avoid wasted effort.





--
------------------------------------------------------------------------
"Love is not the one you can picture yourself marrying,
but the one you can't picture the rest of your life without."

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

"I wanna hold ya till I die ... I wanna hold ya till the fear in me subsides."

Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to