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

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 --

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 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 >

Re: redhat apache and modperl oh my!

2000-01-18 Thread Todd Finney
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 very different boxes

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

2000-01-17 Thread Michael
> 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 > EVERYTHING=1 > This d

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

2000-01-17 Thread Clay
Aaron Johnson wrote: > Do you feel good enough about the compile to make it into an RPM > to replace the old one that was referenced earlier? > > I for one think a lot of new users would find it helpful and the one > that is offered now is Apache 1.3.6. > > Aaron Johnson > > Clay wrote: > > > > o

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

2000-01-17 Thread Aaron Johnson
Do you feel good enough about the compile to make it into an RPM to replace the old one that was referenced earlier? I for one think a lot of new users would find it helpful and the one that is offered now is Apache 1.3.6. Aaron Johnson Clay wrote: > > ok i recompiled both apache and modperl

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

2000-01-17 Thread Clay
ok i recompiled both apache and modperl on redhat 6.1 and things are a go , my own modules are in etc yay! 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

Re: redhat apache and modperl oh my!

2000-01-17 Thread Clay
Aaron Johnson wrote: > 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. > which ones? in my experience i havent found any that can me

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 on

Re: redhat apache and modperl oh my!

2000-01-17 Thread Ask Bjoern Hansen
On Mon, 17 Jan 2000, Clay wrote: > no, i have only used the redhat packages, i have extensivley search all > related new s groups etc, Please try the rpm at http://perl.apache.org/rpm/ instead. - ask -- ask bjoern hansen - more than 60M impressions per day, <

Re: redhat apache and modperl oh my!

2000-01-17 Thread Clay
DSO is not the issue that works just fine i know it does, the problem seems to be with the default binary packages that redhat 6.1 comes with i ve just uninstalled/installed twice same results and there is no errors out in the error log i need this for work or i wouldnt be stressin!

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 w

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

Re: redhat apache and modperl oh my!

2000-01-17 Thread Stas Bekman
> Clay wrote: > > > > so i am just wanting to know what anyone > > has found out on mod perl not working properly > > under redhat 6.1? Clay, did you try to find your answer in the list's archives? (hint: at perl.apache.org) There is no need to roll the broken record again. Thank you! > If you

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 yours

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