php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3409 PHP with MySQL 3.22 causes apache to quit immediately after starting
Submitted: 2000-02-05 03:52 UTC Modified: 2000-08-06 09:28 UTC
From: bkosse at iname dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.14 OS: RedHat Linux 6.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bkosse at iname dot com
New email:
PHP Version: OS:

 

 [2000-02-05 03:52 UTC] bkosse at iname dot com
Initially, I was running MySQL-3.20 off of the RH Powertools CD but have been trying to upgrade to match my hosting service.

With MySQL 3.20, everything works fine. When I upgraded to 3.22, Apache began stopping immediately after it starts up. Running 'gdb httpd' left me with "The program exited normally".

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-06 09:28 UTC] rasmus@php.net
This is because the mysql client library you are using is linked against pthreads.  You need to get one that isn't.  Either recompile the client library from the mysql sources, rebuild from the source rpm (but edit the spec file to remove the switch that compiles threaded client libs) or wait for the MySQL folks to put non-pthreads client rpms on their site.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 05:01:32 2024 UTC