bytes_sent - bytes_received?

2000-10-07 Thread Drew Degentesh
to (potentially) process a file upload, and Im guessing that clears out $r-content. Any ideas? Drew Degentesh Senior Engineer Daedalus Design, Inc. [EMAIL PROTECTED]

Apache Segfault on DBI-Connect

2000-07-18 Thread Drew Degentesh
I had the segfault problem with Redhat 6.1/mod_perl 1.2x/php 4.0RC1 Then I upgraded to PHP4.0.1pl2, and upon configuring got this little handy message: ++ |*** WARNING *** | |

RE: Segfault on DBI-Connect

2000-04-17 Thread Drew Degentesh
/site_perl/5.005/i386-linux/auto/DBD/mysql/mysql.so #5 0x403affd8 in XS_DBD__mysql__db__login () ... -+- Any suggestions for a fix? Regards, Drew Degentesh -Original Message- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 15, 2000 6:57 PM To: Doug

Re: Segfault on DBI-Connect (was mod_perl and AuthenDBI headaches)

2000-04-10 Thread Drew Degentesh
Hi, after some browsing of the [EMAIL PROTECTED] archives, I see now that my AuthDBI problem is the same as this thread (Segfault on DBI-Connect). I tried the workaround suggested by wil (*sock=0 before mysql_init(sock)) to no avail. Here's a backtrace from gdb httpd -X. Has any headway been

mod_perl and AuthenDBI headaches

2000-04-09 Thread Drew Degentesh
but mod_perl is not loaded as a dynamic library (though PHP4.0RC1 is...) Any suggestions/co-lamenters? Please help! Drew Degentesh [EMAIL PROTECTED]

Errors with mod_perl as a DSO

2000-04-04 Thread Drew Degentesh
n.pl cant use apache() at ./login.pl line 3. BEGIN failed--compilation aborted at ./login.pl line 3. -- Any ideas as to what gives? I know that the defacto answer is to run mod_perl as a static library..but that's really not an option in my case... Help i