Problem with compiling mod_perl

1999-12-08 Thread Craig Vincent
I must have now installed mod_perl a dozen times on a dozen machines and this is the first time I've come across this problem and I can't seem to solve it...nor have I had any luck through FAQs, DejaNews or even newsgroup postings :( I have an RH Linux 6.1 box. I currently have Apache

RE: Problem with compiling mod_perl

1999-12-08 Thread Eric Cholet
I must have now installed mod_perl a dozen times on a dozen machines and this is the first time I've come across this problem and I can't seem to solve it...nor have I had any luck through FAQs, DejaNews or even newsgroup postings :( I have an RH Linux 6.1 box. I currently have Apache

Re: Problem with compiling mod_perl

1999-12-08 Thread Scott Chapman
This looks just like what I saw when I built it on my RH 6.0 setup. I recompiled Perl first and it fixed this. I think what is going on here is that the make file is determing what compiler that Perl was compiled with (cc in this case) and using that to compile Mod_Perl. I read somewhere

Re: Problem with compiling mod_perl

1999-12-08 Thread Autarch
On Wed, 8 Dec 1999, Craig Vincent wrote: I must have now installed mod_perl a dozen times on a dozen machines and this is the first time I've come across this problem and I can't seem to solve it...nor have I had any luck through FAQs, DejaNews or even newsgroup postings :( Has anyone ever

Re: Problem with compiling mod_perl

1999-12-08 Thread Craig Vincent
I want to that all of your for your speedy reply and really good advice. Although I originally had used GCC to compile perl (and was the same compiler I was trying to use for mod_perl). By recompiling the perl source it seemed to fix whatever problem I was having before...perhaps I screwed up