Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-26 Thread Hans Poo
Hi, Thanks a lot it worked !!! In the process i needed some tweaks, maybe they can help a little more to others. The perlbrew install command was failing signaling download error, it was the inexistente folder, so i creted it: mkdir -p ~/perl5/perlbrew/dists/ Then it worked fine: perlbrew instal

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Hans Poo
hmitt escribió: > Hello, > > > On 22 Feb 2019, at 12:47, Hans Poo wrote: > > > > I've been unable to compile 1.0 on ubuntu 12.04 or later. Anyone has > been able to compile it or has a patched mod_perl source tree ? > > > > wget https://archive.apache.org

Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Hans Poo
ke[4]: *** [all] Error 1 make[3]: *** [subdirs] Error 1 make[3]: Leaving directory `/root/src/apache_1.3.42/src' make[2]: *** [build-std] Error 2 make[2]: Leaving directory `/root/src/apache_1.3.42' make[1]: *** [build] Error 2 make[1]: Leaving directory `/root/src/apache_1.3.42' make: *** [apaci_httpd] Error 2 Thanks Hans Poo

First sketch of Visual mod_perl Guide

2005-12-07 Thread Hans Poo
n in: http://hans.opensource.cl/Visual%20mod_perl%20Guide.png (1,2 MB) Any comments, precisions and corrections will be very appreciated. Hans Poo, Web Developer & Linux Consultant http://hans.opensource.cl, Santiago, Chile

Re: Graphics / Pie Charts

2005-05-06 Thread Hans Poo
better module to use under mod perl. > > I asked a similar question on PerlMonks recently: > > http://perlmonks.org/?node_id=452166 > > I ended up settling on GD::Graph3D but I'll be interested to see if > someone here has a better idea. > > -ssam ----

Re: Transactions corruption and persistent connections

2004-05-10 Thread Hans Poo R.
16:48 -0400, Perrin Harkins wrote > On Fri, 2004-05-07 at 17:03, Hans Poo R. wrote: > > Fosis::handler is the main Dispatcher of the dynamic content. It can use the > > database handler via a Global variable $dbh > > It's not a good practice to put a database handle in a

Re: Transactions corruption and persistent connections

2004-05-07 Thread Hans Poo R.
rollback for dbname=puente;host=localhost^\userid^\x^\AutoCommit=0^\PrintError=1^\RaiseError=1^\Username=userid -- End of output Thank you Hans On Thu, 06 May 2004 12:41:06 -0400, Perrin Harkins wrote > On Thu, 2004-05-06 at 12:42,

Re: Transactions corruption and persistent connections

2004-05-06 Thread Hans Poo R.
2004 14:03:02 -0400, Perrin Harkins wrote > On Wed, 2004-05-05 at 13:01, Hans Poo R. wrote: > > I want to know, if it's necessary to rollback database connections on each > > request arrive with a PerlInitHandler, when using persistent database connections. > > Apache::DBI

Transactions corruption and persistent connections

2004-05-05 Thread Hans Poo R.
eError = 1 and AutoCommit = 0. That means i commit manually when transactions are succesfull. Thanks. Hans Poo, Chile -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html