Re: Segfault when connecting during Apache startup with Apache::DBI

2008-06-25 Thread Amiri Barksdale
I had big trouble with DBD::mysql 4.007. I didn't get rid of my segfault problem running mod_perl 1.31 until I went back to 4.004. Amiri On Jun 25, 2008, at 12:14 PM, Perrin Harkins wrote: On Wed, Jun 25, 2008 at 5:49 AM, Tobias Kremer <[EMAIL PROTECTED]> wrote: After de-installing the la

Setting CPPFLAGS Doesn't Help

2008-06-18 Thread Amiri Barksdale
Hi folks: I am building apache2 with mod_perl2, statically. I run perl 5.8.8. When I run perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX=../httpd-2.2.9 MP_AP_CONFIGURE="--with-mpm=prefork --enable-rewrite --enable-deflate --enable-ssl --enable-expires --prefix=/usr/local/apache2" mod_perl

Re: Segfault Help!?!?

2008-06-04 Thread Amiri Barksdale
I reinstalled mysql from source and recompiled my DBD::mysql against its new libs, and I still get the same backtrace: Using host libthread_db library "/lib64/tls/libthread_db.so.1". ... #0 0x002a994cf93e in mysql_send_query () from /home/mysql/lib/mysql/libmysqlclient.so.15 (gdb) bt fu

Running Perl::Critic on Web App?

2008-03-27 Thread Amiri Barksdale
Hi folks: I am trying to tighten up the code in a web application I have made--I run HTML::Mason and mod_perl--and I was trying to figure out how to run Perl::Critic or some other diagnostic tool on the whole thing, so that it would be active for every request and I could see problems thr

Multiple File Uploads: $r or %ARGS?

2007-07-31 Thread Amiri Barksdale
Hey folks. I'm new here, and this is my first post. I'm trying to figure out a way to manage multiple file uploads. I have a form that allows users to upload arbitrary numbers of files, which I then need to process and save on the server. I have a javascript that allows this arbitrary numbe