php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #618 A few build notes regarding mysql
Submitted: 1998-08-05 09:08 UTC Modified: 1998-09-22 06:25 UTC
From: kk at shonline dot de Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.2a OS: Solaris 2.5.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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kk at shonline dot de
New email:
PHP Version: OS:

 

 [1998-08-05 09:08 UTC] kk at shonline dot de
When the mysql client library was built with threads on Solaris, the PHP3 binary must be linked against -lpthreads. This dependency is not detenced by autoconf/configure and the -lpthreads option is missing and must be added to the LIBS line in the Makefile manually. Perhaps it is possible to link against -lpthreads in Solaris by default. If not, there should be a configuration option (--with-pthreads or --with-mysql-pthreads) for this.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-22 06:25 UTC] zeev
Fixed, libpthread will be automatically linked in
if MySQL is being compiled in and it is detected.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat May 10 01:01:28 2025 UTC