Issue 478 - configure fails on pthread tests on Solaris
Summary: configure fails on pthread tests on Solaris
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-03-14 15:19 UTC by lbarstow@vr1.com
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Kurt Zeilenga 2000-03-14 10:09:40 UTC
changed notes
changed state Open to Closed
Comment 1 lbarstow@vr1.com 2000-03-14 15:19:02 UTC
Full_Name: Les Barstow
Version: 1.2.9
OS: Solaris 7
URL: 
Submission from: (NULL) (206.246.38.110)


This issue is similar to #285.

I am compiling 1.2.9 using GCC on a Solaris 7 box (Dual Ultra-2) and the initial
test for pthread_create() is succeeding.
This means that the test for -lpthread never happens, and when the test for a
functional pthread_create() is done, it fails.
Adding LIBS=-lpthread solves the problem.
Comment 2 Manik Raina 2000-03-15 04:20:08 UTC
why don't you read the platform tips ?
it is a known problem


>>> <lbarstow@vr1.com> 03/14/00 08:49PM >>>
Full_Name: Les Barstow
Version: 1.2.9
OS: Solaris 7
URL: 
Submission from: (NULL) (206.246.38.110)


This issue is similar to #285.

I am compiling 1.2.9 using GCC on a Solaris 7 box (Dual Ultra-2) and the initial
test for pthread_create() is succeeding.
This means that the test for -lpthread never happens, and when the test for a
functional pthread_create() is done, it fails.
Adding LIBS=-lpthread solves the problem.



Comment 3 OpenLDAP project 2014-08-01 21:06:10 UTC
Covered by FAQ, user resolved issue