Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-26 Thread Daniel Campbell
select and compare the two values Res wrote: On Wed, 21 Nov 2007, Res wrote: On Tue, 20 Nov 2007, Daniel Campbell wrote: More progress. I can now see traffic going out and coming back from the sql server for authentication requests but they are failing some how and I still get a seg fault

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
y succeeds just as a test? Thanks. Danie Qian wrote: > > - Original Message ----- From: "Daniel Campbell" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, November 20, 2007 10:48 PM > Subject: Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6 > > >>

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
Well I take that back some what. It still seg faults but only once per request instead of a continuous loop. Oh wellI keep plugging away at it...any more tips would be greatly appreciated... Daniel Campbell wrote: FINALLY, I found the problem and it was so simple.I could shoot

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
r installing it all, theres just somthing there thats interupting it. If none of that applies, remove all dbd global options apart from the DBDParams, then add "DBDPersist off" and "DBDriver mysql" and try that On Tue, 20 Nov 2007, Daniel Campbell wrote: My ldd looks

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7bda000) libpthread.so.0 => /lib/libpthread.so.0 (0xb7bc2000) libdl.so.2 => /lib/libdl.so.2 (0xb7bbe000) libc.so.6 => /lib/libc.so.6 (0xb7a7c000) /lib/ld-linux.so.2 (0xb7fdd000) Can you supply a copy of yours for comparison? Danie Qian wr

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
: > - Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, November 20, 2007 1:42 PM > Subject: Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6 > > >> I removed the --with-mysql and added the --enable-modul

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
I removed the --with-mysql and added the --enable-modules=all but I get the same result. One thing I am unsure of is the module itself. Is it built in or should it be building apr_dbd_mysql.so? I don't see that any place in the build tree. Res wrote: On Mon, 19 Nov 2007, Daniel Cam

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-19 Thread Daniel Campbell
At server startup. Not even with any requests to it. I will install gdb and try it out. Nick Kew wrote: On Mon, 19 Nov 2007 10:52:58 -0500 Daniel Campbell <[EMAIL PROTECTED]> wrote: After quite a bit of trouble I finally got the dbd mysql compiled but now as soon as I put the &qu

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-19 Thread Daniel Campbell
Yes Danie Qian wrote: > had you installed mysql driver before you compiled httpd? > > > - Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> > To: > Sent: Monday, November 19, 2007 11:29 AM > Subject: Re: [EMAIL PROTECTED] dbd mysql

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-19 Thread Daniel Campbell
No I have not. What is the difference? Danie Qian wrote: > > - Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> > To: > Sent: Monday, November 19, 2007 10:55 AM > Subject: Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6 > > &

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-19 Thread Daniel Campbell
-with-ldap --enable-ldap --enable-authnz-ldap --enable-authn-dbd \ --with-mysql=/usr/lib/mysql --with-included-apr" It is a Slackware 12.0 linux box. Danie Qian wrote: > > - Original Message ----- From: "Daniel Campbell" <[EMAIL PROTECTED]> > To: > Sent: Monday

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-19 Thread Daniel Campbell
), spawning 32 children, there are 1 idle, and 1 total children Daniel Campbell wrote: After quite a bit of trouble I finally got the dbd mysql compiled but now as soon as I put the "DBDriver mysql" directive into the httpd.conf file I get endless Segmentation Fault messages in the error log.

[EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-19 Thread Daniel Campbell
After quite a bit of trouble I finally got the dbd mysql compiled but now as soon as I put the "DBDriver mysql" directive into the httpd.conf file I get endless Segmentation Fault messages in the error log. I set the LogLevel to debug but that doesn't help any. Any suggestions? Below is my D

Re: [EMAIL PROTECTED] dbd and mysql in apache 2.2.6

2007-11-08 Thread Daniel Campbell
Sorry, I missed that. That did fix the compile issue but unfortunately not the issue with the mysql support actually being compile in. Any other ideas? *Daniel Campbell Director Of Networking & Purchasing Agent On2 Technologies 21 Corporate Drive Suite 103 Clifton Park, NY 12065 518-348-

Re: [EMAIL PROTECTED] dbd and mysql in apache 2.2.6

2007-11-07 Thread Daniel Campbell
g for gcc option to accept ANSI C... none needed Applying apr-util hints file rules for i686-pc-linux-gnu checking for APR... configure: error: the --with-apr parameter is incorrect. It must specify an install prefix, a build directory, or an apr-config file. build_machine:/usr/local/src/httpd-

[EMAIL PROTECTED] dbd and mysql in apache 2.2.6

2007-11-06 Thread Daniel Campbell
Has anyone had any luck building mysql into apache version 2.2.6? I am able to get it to compile fine but if I "ldd httpd" there is no mysql library linked in and if I try and use the "DBDriver mysql" in the httpd.conf file I get "DBD: No driver for mysql" when starting it. I have followed th