Re: PATCH perl_reference.pod "Remedies for Inner Subroutines"

2003-11-14 Thread Stas Bekman
Brian McCauley wrote: Stas Bekman <[EMAIL PROTECTED]> writes: Brian McCauley wrote: Here's a _very_ rough first cut at perl_reference.pod. I haven't even proof-read it yet so it's probably got spelling a and grammar errors but I just want to be sure I'm going in the right direction. Thanks Bri

Re: mp2 -"undefined symbol" in error_log - HOWTO

2003-11-14 Thread Stas Bekman
Matisse Enzer wrote: Here's a very rough draft of what do do if the error_log includes any "undefined symbol" errors. It's mostly based on Stas' advice for when i had this problem last week. Just perfect, Matisse. I wish my rough drafts were all like this. I've committed it after podifying it an

mp2 -"undefined symbol" in error_log - HOWTO

2003-11-14 Thread Matisse Enzer
Here's a very rough draft of what do do if the error_log includes any "undefined symbol" errors. It's mostly based on Stas' advice for when i had this problem last week. If the error_log includes any "undefined symbol" errors. Assumptions:

Re: RH80/mod-perl/httpd2

2003-11-14 Thread Stas Bekman
Christopher Hammond wrote: hello, everything i read refers to a setup different than mine. my apache is not in /usr/local/apache2...i installed from rpm...with that being said...should I install from source to be able to follow the fix instructions in the posts I am reading. I am getting this err

RH80/mod-perl/httpd2

2003-11-14 Thread Christopher Hammond
hello, everything i read refers to a setup different than mine. my apache is not in /usr/local/apache2...i installed from rpm...with that being said...should I install from source to be able to follow the fix instructions in the posts I am reading. I am getting this error: Can't locate object m

Re: How to get Perl to use a new Apache install for Module compiling

2003-11-14 Thread Logarno
Arne Claassen <[EMAIL PROTECTED]> writes: > I seem to be running into a problem i figure lots of other people must > be running into, but i can't find any reference to it anywhere. Or I > am just not very good at searching. > > Here's the issue: > > - Redhat installed apache 2.0 on install > - I

Question about headers and Apache::Filter

2003-11-14 Thread Robert Knaak
Hello I had been trying to use Apache::OutputChain Apache::SSIChain Apache::Registry to allow me to use SSI in the output of my mod_perl programs. The ssi content always wound up at the top of the output. After reading the mailing list it seemed that Apache::RegistryFilter Apache::SSI was the way

How to get Perl to use a new Apache install for Module compiling

2003-11-14 Thread Arne Claassen
I seem to be running into a problem i figure lots of other people must be running into, but i can't find any reference to it anywhere. Or I am just not very good at searching. Here's the issue: - Redhat installed apache 2.0 on install - I configure and install 1.3.27 and build it into /usr/local/a

Re: PATCH perl_reference.pod "Remedies for Inner Subroutines"

2003-11-14 Thread Brian McCauley
Stas Bekman <[EMAIL PROTECTED]> writes: > Brian McCauley wrote: > > > Here's a _very_ rough first cut at perl_reference.pod. I haven't even > > proof-read it yet so it's probably got spelling a and grammar errors > > but I just want to be sure I'm going in the right direction. > > Thanks Brian.

Re: transaction Apache::DBI

2003-11-14 Thread Perrin Harkins
On Fri, 2003-11-14 at 02:50, Christophe Musielak wrote: > my $db = DBI->connect($dsn,$user, $password, { AutoCommit => 1, > RaiseError => 1 } )|| > die "ERROR NO_CONNECTION_TO_POSTMASTER\n"; > > print "$db"."\n"; > > print "".$db->{AutoCommit}."\n"; > > $db->{AutoCommit} = 0; > > print "".$db->

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-14 Thread Gerald Richter
Alexander Hartmaier wrote: > snip from httpd.conf: > > > SetHandler perl-script > PerlResponseHandler ModPerl::Registry > PerlOptions +ParseHeaders > Options +ExecCGI > > So it seems to be only happening when Embperl is involved. Any chance that you can send me a

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-14 Thread Alexander Hartmaier
snip from httpd.conf: SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders Options +ExecCGI Yours sincerly Alexander Hartmaier T-Systems T-Systems Austria TCS/Network Monitoring & Security Specialist address: Hofmühlgasse 3-5

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-14 Thread Gerald Richter
> > If i call flow-graph.pl directly from the browser the page works!!! > How is the file run when you call it directly, as CGI or via Apache::Registry ? Gerald -- Gerald Richter ecos electronic communication services gmbh IT-Securit

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-14 Thread Alexander Hartmaier
Hi Guys! Another day, another try...another segfault ;-( (gdb) run -X Starting program: /usr/sbin/httpd -X Program received signal SIGSEGV, Segmentation fault. 0x00e89582 in ?? () (gdb) (gdb) (gdb) BT #0 0x00e89582 in ?? () #1 0x006e8c44 in ?? () #2 0x0106 in ?? () #3 0x006b9aa6 in ??

Re: transaction Apache::DBI

2003-11-14 Thread Christophe Musielak
Le jeu 13/11/2003 à 20:08, Perrin Harkins a écrit : > On Thu, 2003-11-13 at 10:32, Christophe Musielak wrote: > > My question is : is it safe to use transactions of multiple objects, > > doing a commit or rollback at the end as i'm sure i will stay in the > > same interpreter space and that no othe