Re: Apache::Scoreboard - problem compiling

1999-12-20 Thread G.W. Haywood
Hi there, On Sun, 19 Dec 1999, Dmitry Beransky wrote: I'll try compiling within Apache's source tree tomorrow. When I did that it caused `make test' to fail. I had Apache in /usr/local/apache and mod_perl in /usr/local/apache/mod_perl. Linux 2.0.34 on PentiumII PC, Perl 5.005_03, libc5,

Re: Apache::Scoreboard - problem compiling

1999-12-20 Thread Stas Bekman
On Sun, 19 Dec 1999, Dmitry Beransky wrote: I didn't try USE_APXS for a long time, may be it's broken. Someone who uses USE_APXS can confirm that? If it helps, here's a transcript of 'make install.' I'll try compiling within Apache's source tree tomorrow. Yes, it shows that the

Re: ASP.pm and Date::Manip/DBD::Sybase

1999-12-20 Thread Eric L. Brine
I am having recurring troubles using the Date::Manip and DBD::Sybase modules in the contest of mod_perl/ASP pages. 75%-90% of the time my ASP pages will work just fine. The reminder 25-10% I get these kinds of errors: These both seem to be problems with the environment. Isn't there a

ASP.pm and Date::Manip/DBD::Sybase

1999-12-20 Thread Carl Lipo
I am having recurring troubles using the Date::Manip and DBD::Sybase modules in the contest of mod_perl/ASP pages. 75%-90% of the time my ASP pages will work just fine. The reminder 25-10% I get these kinds of errors: [Fri Dec 17 12:27:51 1999] [error] [asp] [7922] [error] ERROR: Date::Manip

RE: Apache::Registry doesn't always use correct package for cache

1999-12-20 Thread Geoffrey Young
Try pre-loading Apache::Registry with a PerlModule directive and see http://forum.swarthmore.edu/epigone/modperl/swayflangclix post from a few weeks ago --Geoff -Original Message- From: Doug Stevenson [mailto:[EMAIL PROTECTED]] Sent: Friday, December 17, 1999 5:10 PM To: [EMAIL

Re: DBI and HTML modules?

1999-12-20 Thread Andy Wardley
On Dec 17, 2:06pm, Tim Bunce wrote: Also I believe that the excellent TemplateToolkit now has a DBI plugin. Indeed it has. Simon Matthews is the author but I don't think he's posted it to CPAN yet. Hopefully this email will remind him. The latest version he sent me earlier this week seems

(Fwd) Template-Plugin-DBI 0.09 (DBI and HTML modules)

1999-12-20 Thread Andy Wardley
Here's a message from SAM explaining where to find the module. A --- Forwarded mail from [EMAIL PROTECTED] From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Template-Plugin-DBI 0.09 Date: Mon, 20 Dec 1999 15:21:23 - I have release an updated

Re: Problems with dynamically-loaded perl modules under Solaris2.5.1

1999-12-20 Thread Dan Rench
On Thu, 16 Dec 1999, Eugene Miretskiy wrote: Recently I experienced similar problems on Solaris. I had to rebuild perl as shared libperl.so Perl library for mod_perl to work -- see perl intall manpages. Thanks! This appears to have fixed my problem (though it may have broken CPAN.pm --

Re: Apache::Scoreboard - problem compiling

1999-12-20 Thread Dmitry Beransky
At 11:29 PM 12/19/99 , Stas Bekman wrote: What happens when you build mod_perl as static? What do you see it: /usr/lib/perl5/site_perl/5.005/i386-linux/auto/Apache Yep. Compiling mod_perl as static did the trick. I guess, USE_APXS doesn't install all the files. Thank you for your help Dmitry

RE: mod_perl and proxying

1999-12-20 Thread Dmitry Beransky
At 08:39 PM 12/19/99 , Gerald Richter wrote: Then you have to go the other way around and avoid calls to mod_perl for proxy request at all, by putting it inside a Directory block, which will not That's pretty much what I ended up doing: I moved the rewrite rules to the front server that runs

Re: ASP.pm and Date::Manip/DBD::Sybase

1999-12-20 Thread plindner
I've seen similar behavior with environment variables disappearing. I have not been able to track it down, but I have been able to work around some of the problems. My specific problem was losing the ORACLE_HOME environment variable, which meant the oracle client libraries could not find their

Transforming XML2HTML with Perl

1999-12-20 Thread Valdet Dedinca
Dear Sir, I need a PerlScript for transforming the XML to HTML. Thank yuo! Valdet Dedinca

Re: Transforming XML2HTML with Perl

1999-12-20 Thread Randal L. Schwartz
"Valdet" == Valdet Dedinca [EMAIL PROTECTED] writes: Valdet I need a PerlScript for transforming the XML to HTML. XML does not "transform" to HTML. What are you really asking for? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED]

Re: Transforming XML2HTML with Perl

1999-12-20 Thread Matt Sergeant
On Mon, 20 Dec 1999, Valdet Dedinca wrote: Dear Sir, I need a PerlScript for transforming the XML to HTML. Like Randall said, there's no direct mapping. Check out the extensive XML directory on CPAN for various options to do what you are asking, including an XSLT processor (a definite

Re: Apache::Registry VS CGI deamon

1999-12-20 Thread Bill
[ Replies trimmed to just include groups. Don't want to spam Tim, Tom, or Randal unnecessarily. ] Max Calvo wrote: *** From dbi-users - To unsubscribe, see the end of this message. *** *** DBI Home Page - http://www.symbolstone.org/technology/perl/DBI/ *** Gentlemen; I will be