Re: Embedded Perl XML Extensions ...

2000-02-14 Thread Clay
ight now ;) i have only spent the weekend on learning xml and this way of parsing and this seemed the easiest way of deploying http://drfrog.fdns.net/perl/xmlxsl.pl?filename=clay

Re: mod_perl installed as DSO

2000-02-01 Thread Clay
"Wang, Pin-Chieh" wrote: > Hi > I am trying to install mod_perl-1.21 with Apache1.3.11, I am following the > procedure in the book (at least I thought I was following), everything looks > fine, but when I restarted httpd I got the following error message from > errror_log > > [Tue Feb 1 10:57:28

Re: how come httpd doesn't start even though startup.pl is fine?(fwd)

2000-01-18 Thread Clay
Cliff Rayman wrote: > i don't think he is saying that the module is "bad", > he is saying that modules that use XS, with apache > mod_perl have caused problems with startup and restarts. > based on the running posts regarding > dlopen and dlclose, i'd say he was correct. > > cliff rayman > genw

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 everythin

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 J

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 fou

Re: redhat 6.1 apache and modperl woes !!

2000-01-17 Thread Clay
; I am running out of ideas on why Config 1 fails. I also tried a bunch of > chmod/chgrp commands to change the permissions on the files, but no luck. > Could someone shed some light on this ? > > thanks a bunch > naren > > At 12:26 PM 1/17/00 -0500, you wrote: > >Clay wro

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 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 Clay
so i am just wanting to know what anyone has found out on mod perl not working properly under redhat 6.1? thanks