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
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
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:
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
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
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
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
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
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.
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->
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
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
>
> 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
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 ??
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
15 matches
Mail list logo