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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
36 - 13 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 00:01:30 2024 UTC