Re: redhat apache and modperl oh my! just so anyone else knows

2000-01-19 Thread Clayton Cottingham
Michael wrote: so i guess this is the only way to do it with dso for apache 1.3.9 ./configure --enable-rule=shared_core --with-perl=/usr/bin/perl --enable-module=so --enable-module=rewrite for modperl-1.21 perl Makefile.PL USE_APXS=1 USE_DSO=1 WITH_APXS=/usr/sbin/apxs

Re: redhat apache and modperl oh my!

2000-01-18 Thread Clay
Todd Finney wrote: At 12:26 PM 1/17/00 , Gerd Kortemeyer wrote: Clay wrote: so i am just wanting to know what anyone has found out on mod perl not working properly under redhat 6.1? If you install everything (including modperl) from RedHat's RPMs, no problem (I did this on five

Re: redhat apache and modperl oh my!

2000-01-18 Thread G.W. Haywood
Hi there, I compiled everything from source, no rpms. It went together without a hitch. Are people having problems with 6.1? [EMAIL PROTECTED] was having problems earlier as well. I didn't see anyone reply to him yet. 73, Ged.

Re: redhat apache and modperl oh my!

2000-01-18 Thread Ask Bjoern Hansen
On Mon, 17 Jan 2000, Todd Finney wrote: [...] I compiled everything from source, no rpms. It went together without a hitch. Are people having problems with 6.1? I use RedHat 6.1 on my workstation and my notebook and a few production boxes without any problems. No DSO though. - ask --

redhat apache and modperl oh my!

2000-01-17 Thread Clay
so i am just wanting to know what anyone has found out on mod perl not working properly under redhat 6.1? thanks

Re: redhat apache and modperl oh my!

2000-01-17 Thread Gerd Kortemeyer
Clay wrote: so i am just wanting to know what anyone has found out on mod perl not working properly under redhat 6.1? If you install everything (including modperl) from RedHat's RPMs, no problem (I did this on five very different boxes, some new, some upgraded). If you try to do it yourself

Re: redhat apache and modperl oh my!

2000-01-17 Thread Clay
no, i have only used the redhat packages, i have extensivley search all related new s groups etc, the startup file ive incl'd has been the one ive borrowed from the mod perl book or the guide online, i have never had problems up until redhat 6.1 {stampede slak and redhat 6 all worked fine} i

Re: redhat apache and modperl oh my!

2000-01-17 Thread Aaron Johnson
I have had the same exprience as Stas. The Red Hat RPM uses Dynamic Shared Objects (DSO) for all the modules. This is NOT the ideal way to run mod_perl, I am not saying you can't, but a lot of modules won't preload under these conditions. my $.02 Aaron Johnson Stas Bekman wrote: Clay

Re: redhat apache and modperl oh my!

2000-01-17 Thread Aaron Johnson
Clay, Well I agree after seeing your startup.pl that the problem you are expriencing is not with the DSO, however from past posts with problems there are several modules that do not play well with DSO. However as far as any problem with using the Red Hat distributed RPM of Apache and mod_perl