Re: looks like mod_perl installed, but I can't execute perl scripts

2002-08-25 Thread Fabiàn R. Breschi
I had a similar problem running mod_perl with Oracle9i; In my particular case, the solution was to declare the PERL5LIB env variable both at the OS side and inside httpd.conf as follows on the perl section: sentenv PERL5LIB [your PERL lib path]. Another issue was resolved by passenv PERL5LIB.

Re: [CGI] [OT] HTML to XHTML conversion

2002-08-25 Thread Roy Schroeder
Complete automatic conversion is not possible since someone could enter HTML code that omits or contains certain attributes are either required or not allowed in XHTML Transitional and the conversion program would 1. not know what value to add for required but omitted attributes, or 2. removing

Re: [OT] HTML to XHTML conversion

2002-08-25 Thread Adrian Howard
On Friday, August 23, 2002, at 04:54 pm, Jonathan M. Hollin wrote: [OFF TOPIC] I am trying to find a module that can convert HTML to XHTML, but have drawn a blank on CPAN and GOOGLE. Is there anything out there to do this other than HTML TIDY? [snip] If nothing exists along these

Re: DBI makes apache fail in perl58.dll

2002-08-25 Thread pascal barbedor
The following change fixes that, but now the trace filehandle is not cloned anymore. That means you have to set the trace file in every thread and cannot set it in the parent thread. DBI.xs line 223 change from DBIS-logfp = parent_dbis? fp_dup(parent_dbis-logfp,'',0) :

[ANNOUNCE] OpenInteract 1.50 released

2002-08-25 Thread Chris Winters
A new version (1.50) of OpenInteract has been released to CPAN. OpenInteract is an extensible web application server built on Apache, mod_perl, the Template Toolkit and SPOPS object persistence. This version changes how templates are handled -- they're no longer accessible from the database.