We recently upgraded to mod_perl 2.0.11 and I found this bug was still
in there. My original report had been send to modperl@perl.apache.org
and maybe it fell in the bit bucket. I am resending this to the
mod_perl users mailing list per the instructions at
https://perl.apache.org/docs/2.0/use
IMHO there is a bug in the docs:
http://perl.apache.org/docs/2.0/api/Apache2/Connection.html#C_get_remote_host_
$remote_host = $c->remote_host();
$remote_host = $c->remote_host($type);
$remote_host = $c->remote_host($type, $dir_config);
It should be get_remote_host() instead of remote_host
6 that dies if $r->connection->aborted
eval {
$r->rflush();
};
if ($r->connection->aborted) {
# Handle user abort
last;
}
}
Thank you so much for your enlightening replies!
Peter
--
Peter Valdemar Mørch
http://www.morch.com
ave I missed something? (Using TimeOut would be so much nicer!)
Peter
--
Peter Valdemar Mørch
http://www.morch.com
write). Instead of testing for whether $r->rflush() dies one
can test for $r->connection->abort().
All the rest is the same. It it only possible to detect 'stop' after
the second print/rflush cycle as described in my original post. I'm
still hoping there is some way to detect
;
last LOOP_I;
}
# Why sleep 0.1? 0.01 is mostly enough, but 0.001 is always too
# little. What determines this number?
sleep 0.1;
}
sleep 5;
}
};
doCGI();
A wireshark trace of the traffic between browser and server can be
found here: http://ge.tt/6XGcPvI/v/0?c
Thanks for reading this far.
Peter
--
Peter Valdemar Mørch
http://www.morch.com
ith
./Configure -d -Dcc=cc_r -Duseshrplib -Dusethreads -Dprefix=/some/path
All mod_perl versions have been configured with
perl Makefile.PL MP_APXS=/usr/local/apache/bin/apxs
(after changing the PATH definition to use the desired Perl version)
--
Peter Heimann
ing system that comes with AIX? It looks like mod_perl was built
> against a different set of APR libs than is being loaded at runtime.
No, not in the AIX standard lib directories or in the LIBPATH.
--
Peter Heimann
_LARGE_FILES
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Built under aix
Compiled at Mar 28 2012 12:52:40
%ENV:
PERL_LWP_USE_HTTP_10="1"
@INC:
/usr/local/perl/lib/site_perl/5.14.2/aix-thread-multi
/usr/local/perl/lib/site_perl/5.14.2
/usr/local/perl/lib/5.14.2/aix-thread-multi
/usr/local/perl/lib/5.14.2
.
*** Packages of interest status:
Apache2: -
Apache2::Request : 2.13
CGI: 3.52
ExtUtils::MakeMaker: 6.62
LWP: 6.04
mod_perl : -
mod_perl2 : 2.06
--
Peter Heimann
Hi Adam,
it seems to be a bug in mod_php: http://bugs.php.net/46005
I'm sorry having posted to the wrong list!
I promise, I have used the search engine of my choice, _before_ posting here...
But maybe that post will at least help some else.
Peter
Original-Nachricht
&g
Hello everyone,
1. Problem Description:
Using PHP as response handler seems to clear the authenticated user
("$r->user()") in successive mod_perl handlers.
*** Reproduce:
1.1. Install attached simple Apache2 server setup (see "4. Source-snippets")
1.2. PHP response handler
1.2.1
Are you returning the value of 200 within a module you've written? I
encountered a similar issue within a C module specific to valid requests. It
was resolved by returning the internal constant OK.
On Sep 27, 2010, at 5:27, Nico Coetzee wrote:
> Hi - don't know if anybody else have come ac
I am trying to build apache-1.3.42 with mod_perl-1.31 but when I start httpd I
get a the message segmentation fault (core dumped). What should I do?
hen, Peter wrote:
> Sorry, sparc-solaris2.10
>
> Perl version 5.8.8
>
> Apache 2.2.10
>
>
>
> -Original Message-
> From: Perrin Harkins [mailto:phark...@gmail.com]
> Sent: Thursday, March 05, 2009 6:37 PM
> To: Chen, Peter
> Cc: modperl@perl.apach
Sorry, sparc-solaris2.10
Perl version 5.8.8
Apache 2.2.10
-Original Message-
From: Perrin Harkins [mailto:phark...@gmail.com]
Sent: Thursday, March 05, 2009 6:37 PM
To: Chen, Peter
Cc: modperl@perl.apache.org
Subject: Re: mod_perl for bugzilla
On Thu, Mar 5, 2009 at 9:23 PM, Chen
Sorry, I forgot to mention I'm running on a sparc-solaris2.10 machine
-Original Message-
From: Adam Prime [mailto:adam.pr...@utoronto.ca]
Sent: Thursday, March 05, 2009 6:31 PM
To: Chen, Peter
Cc: modperl@perl.apache.org
Subject: Re: mod_perl for bugzilla
Chen, Peter
I'm trying to use mod_perl for bugzilla
I inserted these lines (as per their config instructions):
PerlSwitches -I/home/Intranet/ssiweb/apache/htdocs/bugzilla
-I/home/Intranet/ssiweb/apache/htdocs/lib -w -T
PerlConfigRequire
/home/Intranet/ssiweb/apache/htdocs/bugzilla/mod_perl.pl
Rest
#AuthzGroupFileAuthoritative Off
#
Thanks!
-Original Message-
From: Fred Moyer [mailto:[EMAIL PROTECTED]
Sent: Monday, November 10, 2008 5:13 PM
To: Chen, Peter
Cc: modperl@perl.apache.org
Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed:
1)
On Mon, Nov 10, 2008 at 5:09 PM
Thanks, Fred.
So if I need basic auth, I should go back to Apache2.2.8 or 2.2.9?
And if I do not need basic auth, then what should I do?
-Original Message-
From: Fred Moyer [mailto:[EMAIL PROTECTED]
Sent: Monday, November 10, 2008 4:47 PM
To: Chen, Peter
Cc: modperl@perl.apache.org
; );
Failed 1/4 subtests
Test Summary Report
---
t/hooks/authz (Wstat: 0 Tests: 4 Failed: 1)
Failed test: 4
Files=1, Tests=4, 4 wallclock secs ( 0.13 usr 0.07 sys + 2.13 cusr
0.60 csys =
2.93 CPU)
Result: FAIL
Failed 1/1 test programs. 1/4 subtests failed.
[warning] serve
g down
END in modperl_extra.pl, pid=20666
Thanks in advance!
-Original Message-
From: Fred Moyer [mailto:[EMAIL PROTECTED]
Sent: Monday, November 10, 2008 3:43 PM
To: Chen, Peter
Cc: modperl@perl.apache.org
Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed:
1)
On M
Ok, I found modperl_extra.pl. It's located in t/conf/modperl_extra.pl
-Original Message-
From: Adam Prime [mailto:[EMAIL PROTECTED]
Sent: Monday, November 10, 2008 2:49 PM
To: Chen, Peter; mod_perl list
Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed:
1)
, 2008 2:49 PM
To: Chen, Peter; mod_perl list
Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed:
1)
Chen, Peter wrote:
> Apache isn't starting up correctly? I already have the apache server
> running. Will this affect the configuration? When I type the command
"
er solaris
Compiled at Oct 14 2008 13:12:17
%ENV:
PERL_VER="5.6.1-nothread"
@INC:
/usr/local/sparc-solaris2.10/lib/perl5/5.8.8/sun4-solaris
/usr/local/sparc-solaris2.10/lib/perl5/5.8.8
/usr/local/sparc-solaris2.10/lib/perl5/site_perl/5.8.8/sun4-solaris
/u
ng
list for support. Glad I did!
Thanks again,
Peter
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Perrin Harkins
> Sent: Friday, March 07, 2008 3:26 PM
> To: Peter Wood
> Cc: modperl@perl.apache.org
> Subject: Re: Modify o
m wondering if anyone here has a suggestion.
Thanks,
Peter
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Perrin Harkins
> Sent: Tuesday, March 04, 2008 8:13 PM
> To: Peter Wood
> Cc: modperl@perl.apache.org
> Subject: Re: Mod
e had other experiences where I found a module that already did
something I was trying to do, but this is the first time I've started
writing one with the exact same name. :-)
Thanks,
Peter
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behal
I'd appreciate any suggestions on how to accomplish my task.
Thanks!
Peter
of baking
when setting the cookie value, I just stuff it into a hash based on
the cookie name (which lets me handle multiple cookies this way should
the need arise). My application has a method which calls Apache's
send_http_header() method, amongst other things, so I just bake all
the sav
IFP(io)) == 0)
+ IoTYPE(io) = IoTYPE_STD;
+
/* similar to PerlIO::scalar, the PerlIO::Apache layer doesn't
* have file descriptors, so STDIN must be closed before it can
* be reopened */
Thanks,
Peter
--
Peter Valdemar Mørch
http://www.morch.com
The current mod_perl/2.0.4-dev snapshot compiles
correctly with Perl 5.10.0 DEVEL 32209.
> -Ursprüngliche Nachricht-
> Von: Dintelmann, Peter
> Gesendet: Montag, 29. Oktober 2007 12:39
> An: Philippe M. Chiasson; Dave Mitchell
> Cc: Mod_Perl Mailingliste (E-Mail); Perl 5
> -Ursprüngliche Nachricht-
> Von: Dintelmann, Peter
> Gesendet: Montag, 29. Oktober 2007 12:39
> An: Philippe M. Chiasson; Dave Mitchell
> Cc: Mod_Perl Mailingliste (E-Mail); Perl 5 Porters (E-Mail)
> Betreff: AW: building mod_perl-2.0.3 with Perl
> -Ursprüngliche Nachricht-
> Von: Philippe M. Chiasson [mailto:[EMAIL PROTECTED]
> Gesendet: Samstag, 27. Oktober 2007 09:15
> An: Dave Mitchell
> Cc: Dintelmann, Peter; Mod_Perl Mailingliste (E-Mail); Perl 5 Porters
> (E-Mail)
> Betreff: Re: building mod_perl-2
The "make" step of building mod_perl-2.0.3 with Perl 5.10.0
(DEVEL32096) on Solaris 8 in 64-bit fails with the following
message:
$ make
cd "src/modules/perl" && make
gcc -I/var/tmp/peter/mod_perl-2.0.3/src/modules/perl
-I/var/tmp/peter/mod_perl-2.0.3/xs -I/opt/MI
I'll throw in another vote for Catalyst as well - switched some apps to it a
few months ago, and I have been extremely happy with it since. It is an
outstanding piece of work.
Pete
-Original Message-
From: Tyler Bird [mailto:[EMAIL PROTECTED]
Sent: Wednes
submit("$submit"),
hr,
end_form();
In addition, I would like to know what the syntax is to make an email
address to be clickable as in HTML "mailto".
Thanks.
Peter
I have done a good bit of work with PDF::API2 - it's not extensively
documented (that's an understatement) but from what I've found, it seems to
be the most complete, at least for a Perl tool.
Peter Lytle
_
Blue Cam
ength header will not be
changed, so some data will be missing.
2. If the POST data are sent per chunked encoding, there is no
content-length header at all.
Peter
> Reif Peter wrote:
> > Unfortunately you cannot tell $r->read to read just all of
> the data, you
> > must provide a length.
> >
> > How do I solve this problems.
>
> $r->read will return 0 when no more data is available. I have
> been using
>
> Reif Peter wrote:
> > Unfortunately you cannot tell $r->read to read just all of
> the data, you
> > must provide a length.
> >
> > How do I solve this problems.
>
> $r->read will return 0 when no more data is available. I have
> been using
>
line
$f->print ('');
in Filter1.pm, I get the following error:
[Mon Jun 11 16:29:34 2007] [error] Apache2::RequestIO::read: Aborting
read from client. One of the input filters is broken. It returned an
empty bucket brigade for the APR_BLOCK_READ mode request at
/magwien/gondor-mod-perl2-2.6.5/Apache/TestPost.pm line 22, line
799.
Why?
Thanks,
Peter
1. Problem Description:
I have written a mod_perl request handler. It reads incoming POST-date
with:
sub handler {
my $r = shift;
# ...
my $cnt = $r->read($buf, 0);
# ...
}
My hope is, that when I use 0 as length parameter to read, it will read
everything. But it
ing, there is no
content-length header at all.
Unfortunately you cannot tell $r->read to read just all of the data, you
must provide a length.
How do I solve this problems.
Peter
1. Problem Description:
I have written a mod_perl request handler. It reads incoming POST-date
with:
sub handler {
my $r = shift;
# ...
my $cnt = $r->read($buf, $bufsize);
# ...
}
the documentation says
(http://perl.apache.org/docs/2.0/api/Apache2/RequestIO.html#
Gustavo,
Since the default handler subroutine is called handle
the Authen::Simple::NIS package should have such a sub.
But this does not have such a sub. Check the usage of
Authen::Simple::NIS. You have to load
Authen::Simple::Apache as well. This is the one that
provides you the mod perl handle
I have used CAS myself, but instead of attempting to implement the server
module for CAS authentication I used mod_cas. This might be an easier way of
doing what you are trying to do.
On 12/01/07, Michael Peters <[EMAIL PROTECTED]> wrote:
Tracy12 wrote:
> 1) As we dont use the apache basic aut
SELinux is certainly included in RHEL 4 (though it is an option at install time whether it is enabled or not). Check your message log for avc failures. e.g.:kernel: audit(1162240773.996:667): avc: denied { write } for pid=23025 comm="httpd" name="dprof" dev=dm-0 ino=24282699 scontext=root:system
Hello,I have mod_perl applications running in multiple virtual-hosts with multiple parent perl interpreters (vhost config has PerlOptions +Parent set). However, when a script running on one of these vhosts calls "warn" the output goes to the apache error log in the global context (/var/log/httpd/er
Fred,
Thanks a lot for the fast reply. I hadn't done 'make install' for apache,
and building mod_perl2 worked good after I did that.
Regards,
Peter
-Original Message-
From: Fred Moyer [mailto:[EMAIL PROTECTED]
Sent: den 10 oktober 2006 16:37
To: [EMAIL PROTECT
g a real ISP to handle you email would be even better !
Regards
Peter Farmer
How do I configure my server, so that it does not
I have ssi enabled on my web server. I also have a content filter in
mod_perl:
PerlOutputFilterHandler Apache::MyFilter
How do I configure the server that it does not send requests made by
Is anyone using GDGraph under mod_perl? While things are working perfect
under cgi, I get seg-faults under mod_perl.
I didnt dig deeper by now and just wanted to ask if anyone here knows
about GDGraph under mod_perl.
thnx,
peter
--
mag. peter pilsl
goldfisch.at
IT- & dataconsulting
I have an Apache server configured as reverse-proxy and want to see the
response-headers of the proxy request in my output-filter.
Wher I try to read $r->headers_out I get only the "Date" header.
Do I have to implement my filter as a connection-filter or is there
another solution?
Peter
I don't know what went wrong, but now it works!
Peter
sorry for the test, but my posts are not coming through
->log->debug ("eos-parser: ", $f->seen_eos);
$buffer = uc $buffer;
$f->print($buffer);
}
return Apache2::Const::OK;
}
---
$f->seen_eos does never return 1 at proxy-requests, perl-status and
server-info!
Server Version: Apache/2.2.2
Embedded Perl version v5.8.8 for Apache/2.2.2
mod_perl version: 2.0.2
Peter
->log->debug ("eos-parser: ", $f->seen_eos);
$buffer = uc $buffer;
$f->print($buffer);
}
return Apache2::Const::OK;
}
---
$f->seen_eos does never return 1 at proxy-requests, perl-status and
server-info!
Server Version: Apache/2.2.2
Embedded Perl version v5.8.8 for Apache/2.2.2
mod_perl version: 2.0.2
Peter
blows w.r.t a release? There
seems awfully quiet about it.
regards,
Peter Mogensen
w I shouldn't abuse Text::ParseWords like that ;-)
The segfault happens in the regexp at line 54 in Text::ParseWords
version 3.21
regards,
Peter Mogensen
Title: MP2 Getting to the VirtualHost server object during start-up
List,
I want to access the server configuration of a virtual host from a
module loaded via PerlPostConfigRequire after the config phase is done
but before the server is ready to serve requests.
In a main server that wou
also returns DECLINED then will the apache's default handler
run.
--Attila
-Original Message-
From: Fred Moyer [mailto:[EMAIL PROTECTED]
Sent: Mittwoch, 15. Februar 2006 18:52
To: Geoffrey Young
Cc: Frank Wiles; Peter, Attila; modperl@perl.apache.org
Subject: Re: FW: MP2 PerlTransH
Title: MP2 PerlPostConfigRequire and VirtualHosts
List,
I want to load some heavy data processing modules via PerlPostConfigRequire
in different virtual hosts. The source of data that the modules have to process depends
on certain custom config variables defined within virtual host contai
-Original Message-
From: Peter, Attila
Sent: Mittwoch, 15. Februar 2006 12:46
To: 'Frank Wiles'
Subject: RE: MP2 PerlTransHandler and VirtualHosts
Frank,
I tried earlier default-handler with no luck. I got failed to resolve
handler `default-handler' in the error lo
(this is the case for
me).
I decided to use this
directive instead of 'require' because this one indicates
straight
when the stuff gets invoked:
after apache configuration is done.
--Attila
From: Foo Ji-Haw [mailto:[EMAIL PROTECTED]
Sent: Mittwoch, 15. Februar 2006 03:4
Title: MP2 PerlTransHandler and VirtualHosts
List,
Is there any method to restore Apache's default PerlTransHandler
(or in general any other handler) in VirtualServer container after
a PerlTransHandler was set up in the main server config?
Consider the following:
PerlLoadModule
. Februar 2006 01:44
An: Peter Klump
Cc: modperl@perl.apache.org
Betreff: Re: Ocassionally POST data is missing
On Feb 6, 2006, at 4:06 PM, Peter Klump wrote:
> I'm having a problem with my perl scripts after I ported them into a
> new server environment.
> My server environment:
>
Hi list,
I'm having a problem with my perl scripts after I ported them into a new
server environment.
My server environment:
Apache2 2.0.55
Perl 5.8.3
CGI 3.15
mod_perl 2.0.2
What is happening is that _occasionaly_ (maybe 1 out of 20 times) the POST
data users send by their browser to my perl sc
Frank Wiles wrote:
> On Wed, 21 Dec 2005 11:21:14 +0100
> Peter Mogensen <[EMAIL PROTECTED]> wrote:
>
>
>>I think I have the signs of a bug somewhere. I'm building a mod_per2
>>application and lately the apache2 process has started to sigfault. It
>>
Chase Venters wrote:
> Peter... sorry if I can't answer your question more directly, but I will
> say that running under mod_perl 1.99 at this point, whether or not your
> distribution ships a mod_perl 2.0, is probably unadvisable. It's
> unfortunate that we've had t
ut filter which should do the trick, but unfortunately we
can't switch.)
Thanks a lot for ANY hints!
Peter
');
Or, if you want this isolation level to apply to everything, say so when
you connect:
$dbh->do("set default_transaction_isolation to 'serializable'");
I haven't tested any of these, since I haven't needed to change the isolation
level since the bad old
I can't find anything on how to set request data anymore. I really need
help. My set is down because of this.
Peter Halliday
Excelsior Systems
http://www.excelsiorsystems.net
(Phone:) 607-936-2172
(Support:) 607-329-6905
(Fax:) 607-398-7928
at ships with Sarge (unfortunately) due
to the API change, and I would need a very good reason to upgrade to the
new API at present. So if there was a simple explanation, which I could
solve by a slight modifictation to one of the Sarge packages, that would
be best.
Peter
/2005/04/20/9c183e04.html
But have have not been able to find an explanation. If I try to locate
the cause with the perl-debugger it freezes.
regards,
Peter Mogensen
MP.pm
Description: Perl program
startup.pl
Description: Perl program
# This is an -*- apache -*- conf file ...(or template)
Thanks,
Pete
Peter Leonard
[EMAIL PROTECTED]
Phillip,
Thanks for your reply.
First off a bit of CPAN wierdness. With perl -MCPAN 'install Sys::HostIP'
you get version 1.0 (07 Jun 2000), rather than the latest version (1.3.1
29 Sep 2003), something to do with the change of owner (five->bluelines).
Unfortunately 1.0 is the only version wh
-8<-- Start Bug Report 8<--
1. Problem Description:
Summary
Calling "local %ENV" from anywhere inside a mod_perl handler will
terminally
flaw the httpd process. The httpd process will function fine on the first
request, but will die th
-8<-- Start Bug Report 8<--
1. Problem Description:
Summary
Calling "local %ENV" from anywhere inside a mod_perl handler will
terminally
flaw the httpd process. The httpd process will function fine on the first
request, but will die the
all the details of refreshing cache contents, and updating underlying
data, if necessary.
--
Peter Haworth [EMAIL PROTECTED]
``oh sure, that's what Microsoft WANT - but it'd be no good waking up in the
morning feeling blue and thinking "I did not correctly fall asle
I am having a strange problem with mod_perl/Apache::ASP
Randomly the mime type sent down to the browser is incorrect. This might be when the child processes its first request.
The content type is set to "text/html" and the header sent to the browser is:
Content-Type: text/plain; charset=UTF-8
I
m might reside (Storable, Perl, etc). but knowing many on this list
use Storable to do lots of cool things, can someone provide a clue?
Any other comments are much appreciated.
Thanks in advance,
Bill
Peter Leonard
[EMAIL PROTECTED]
"canonical place" to put the digest data in.
Does this help to better understand what I am looking for?
Peter
can be passed via $r->ap_auth_type().
But what is the the correct way to pass the client auth data? Should
I use the request notes table to this end?
Peter
> -Ursprüngliche Nachricht-
> Von: Stas Bekman [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 5. April 2005 17:58
> An: Dintelmann, Peter
> Cc: 'modperl@perl.apache.org'
> Betreff: Re: setting request_time (prot. handler)
>
>
> Dintelmann, Peter wr
[snip]
> > ok; I didn't think about that...
> > So what is the most efficient way to determine the
> > "standard" bucket types like EOS/EOC/FLUSH?
>
> with is_foo methods:
> http://perl.apache.org/docs/2.0/api/APR/Bucket.html
> though at the moment we expose just two of them
The log phase can be invoked in a protocol handler using the
run_log_transaction() method from Apache::HookRun.
use Apache::Connection;
use Apache::Const -compile => qw(OK);
use Apache::RequestRec;
use Apache::RequestUtil;
use Apache::HookRun;
sub handler
{ my $c = s
> -Ursprüngliche Nachricht-
> Von: Stas Bekman [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 4. April 2005 18:47
> An: Dintelmann, Peter
> Cc: 'modperl@perl.apache.org'
> Betreff: Re: APR::BucketType bucket types?
>
>
> Dintelmann, Peter wrote:
>
ng for buckets of a particular type a comparison
to an integer constant would be more efficient. Can we have
some constants in APR::Const for this purpose and the bucket
type name as a dual valued scalar?
Peter
Hello, Yesterday I installed mod_perl on a slackware
10.1 system
Linux abyss 2.4.29 #6 Thu Jan 20 16:30:37
PST 2005 i686 unknown unknown GNU/Linux
Apache apache2-2.0.53-i486-2spi
Mod_perl was intstalled by using “perl -MCPAN
-e 'install Apache::Gallery'”
Everything (finally) install
Perrin Harkins wrote:
On Mon, 2005-02-14 at 13:32 -0500, Jonathan Vanasco wrote:
some of the general user presentation would probably develop well under
php -- but I dont want to consider that at the expense of the mod_perl
processes.
I think it's pretty much guaranteed that it will be m
t I want to
be sensitive to the the fact that we're using MP exclusively. Thanks in
advance for any feedback.
Matthew
Peter Leonard
[EMAIL PROTECTED]
per showed that
it was left behind by my good old perl5.6.1 :)
I still dont understand why my new perl5.8.5 does not have a libperl.so
and why mod_perl can live very well without it. But sometimes even one
is too much :)
Thnx to all for helping me out here,
peter
ps: and thnx plus a nice weekend
, start
the server in the debug mode)
make: *** [run_tests] Error 143
which is still the very same problem ...
thnx,
peter
--
mag. peter pilsl
goldfisch.at
IT-management
tel +43 699 1 3574035
fax +43 699 4 3574035
[EMAIL PROTECTED]
plates to build
output. Krang can be enhanced with add-ons containing new skins and
other new features. Krang easily handles large data sets and can
manage multiple websites in a single installation.
- the Krang team
Peter Leonard
[EMAIL PROTECTED]
possible cause of my
problem?
thnx,
peter
1. Problem Description:
apache cannot start due to the following error:
Cannot load /usr/local/apache2/modules/mod_perl.so into server:
/usr/local/apache2/modules/mod_perl.so: undefined symbol Perl_sv_2pv_flags
I tried with several versions from
.
But I want to use a newer version. Where should I start to look for my
problem?
is it a perl-problem? a apache-problem? a mod_perl-problem?
I buildt mod_perl with:
perl Makefile.PL MP_INST_APACHE2=1 MP_AP_PREFIX=/usr/local/apache2
thnx,
peter
--
mag. peter pilsl
goldfisch.at
IT-management
tel +43
On Tue, 18 Jan 2005 10:12:06 -0800, Chris Ochs wrote:
> On Tue, 18 Jan 2005 10:43:02 +0000, Peter Haworth
> <[EMAIL PROTECTED]> wrote:
> > By using a cursor, you can specify exactly how much data you want
> > at a time:
>
> DBD::Pg doesn't support cursors. From t
; # Adjust number to taste
do {
$sth->execute;
while(my $row=$sth->fetchrow_arrayref){
# YOUR NORMAL LOOP BODY GOES HERE
}
} while $sth->rows+0; # It will be '0E0' (0 but true) the last time
--
Peter Haworth [EMAIL PROTECTED]
"The trouble with ema
utput. Krang can be enhanced with add-ons containing new skins and
other new features. Krang easily handles large data sets and can
manage multiple websites in a single installation.
- the Krang team
Peter Leonard
[EMAIL PROTECTED]
Krang v1.026 is now available. Notable changes in this release:
* Support for Mac OSX has been added.
* Support for Solaris has been added.
* Support for Mandrake Linux has been added.
* Krang data exports are now architecture-independant - moving Krang from
x86 to SPARC or PPC is now suppo
1 - 100 of 119 matches
Mail list logo