Re: Any known good configuration for mod_perl DSO?

2002-06-27 Thread Perrin Harkins
Wilbur, Charlton wrote: > Or am > I looking at rolling my own RPMs or installing from source RPMs? My > suspicion, confirmed by Mr Turner, is that this is tied directly to shared > libraries and toolchains, and so I suspect further that the problem will go > away if I build everything from scratc

RE: Any known good configuration for mod_perl DSO?

2002-06-27 Thread Wilbur, Charlton
In response to my question, Ged Haywood pointed me at a message from Chip Turner, reproduced here in part: > When it comes to perl and mod_perl, we've been working to try to make > sure it works reliably from RPMs. RH 7.3 should work well out of the > box, as should 7.2, once all errata applied.

Re: Any known good configuration for mod_perl DSO?

2002-06-24 Thread Ged Haywood
Hi there, On Mon, 24 Jun 2002, Wilbur, Charlton wrote: > I have the task of making Apache, mod_perl, and HTML::Mason work together > under RedHat. I know this is a problem; Not necessarily; look at this thread for example... 73, Ged. --

Re: Any known good configuration for mod_perl DSO?

2002-06-24 Thread siberian
We built our own RPM that did source level builds on our entire system. So you load the rpm and it in turn executes a build script that built our entire system. Not just apache, modperl and mason but also it rebuilt all the modules that were needed, compiled external binaries, installed the O

Any known good configuration for mod_perl DSO?

2002-06-24 Thread Wilbur, Charlton
Hello collective wisdom, I have the task of making Apache, mod_perl, and HTML::Mason work together under RedHat. I know this is a problem; the most frequently recommended solution that I've found is to build everything from scratch and link it all together, without using DSOs. However, my const