Re: Apache::DBI Question

2005-10-16 Thread Perrin Harkins
Jonathan wrote: on starting up my webapp, i need to pull some data from mysql that is in the parent process (pre fork) pre fork connections are bad though, so i'm wondering: a_ do i have 2 db connect strings: 1. prefork dbh - instantiated prefork , then disconnect 2. postfork

Apache::DBI Question

2005-10-16 Thread Jonathan
my webapp is using mysql + apache::dbi to store data on starting up my webapp, i need to pull some data from mysql that is in the parent process (pre fork) pre fork connections are bad though, so i'm wondering: a_ do i have 2 db connect strings: 1. prefork dbh - instantiated prefork

Re: libapreq2-2.06-dev MM.pm compile problems

2005-10-16 Thread eps com estem
Ok, you are right. A huge monkey is the cause that i didn't make && make install the modperl module o_O Done! I've had to compile also Parse-RecDescent cause apreq claimed it didn't found. Now apparently everything has gone right. Thanks! >eps com estem wrote: >> I've recompile everything

Re: libapreq2-2.06-dev MM.pm compile problems

2005-10-16 Thread Philip M. Gollucci
eps com estem wrote: I've recompile everything with your purposed changes (i wasn't understanding what a mp2 statically build did mean), but i get the same error in apreq2. #modperl perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX="/blah/sources/httpd-2.0.55/" \ MP_AP_CONFIGURE="--with-mpm=prefork

Re: libapreq2-2.06-dev MM.pm compile problems

2005-10-16 Thread eps com estem
I've recompile everything with your purposed changes (i wasn't understanding what a mp2 statically build did mean), but i get the same error in apreq2. What i've done: #perl /Configure -des -Dusethreads make make install #modperl perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX="/blah/sources/htt