Issue 8700 - Compile error
Summary: Compile error
Status: VERIFIED SUSPENDED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: 2.4.45
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-27 00:04 UTC by papachoco@gmail.com
Modified: 2021-08-03 17:59 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 papachoco@gmail.com 2017-07-27 00:04:06 UTC
Full_Name: Carlos Sanchez
Version: 2.4.45
OS: macOS 10.12.6
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (68.97.40.67)


I am getting  the error below while compiling openldap 2.4.45 on the latest
macOS sierra (10.12.6). I am only setting two configuration options

configure-options =
				  --disable-slapd
				  --disable-slurpd

Undefined symbols for architecture x86_64:
  "_ERR_remove_thread_state", referenced from:
      _tlso_destroy in libldap.a(tls_o.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [apitest] Error 1
make[1]: *** [all-common] Error 1
make: *** [all-common] Error 1
openldap_client: Command failed with exit code 2: make 
Comment 1 Quanah Gibson-Mount 2019-05-11 00:11:01 UTC
--On Thursday, July 27, 2017 1:04 AM +0000 papachoco@gmail.com wrote:

> I am getting  the error below while compiling openldap 2.4.45 on the
> latest macOS sierra (10.12.6). I am only setting two configuration options
>
> configure-options =
> 				  --disable-slapd
> 				  --disable-slurpd
>
> Undefined symbols for architecture x86_64:
>   "_ERR_remove_thread_state", referenced from:
>       _tlso_destroy in libldap.a(tls_o.o)

Hello,

What version of OpenSSL were you linking against?

Thanks!

--Quanah

--

Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>


Comment 2 OpenLDAP project 2019-05-11 00:11:34 UTC
Unable to reproduce
Need OpenSSL version OpenLDAP was linked to.
Comment 3 Quanah Gibson-Mount 2019-05-11 00:11:34 UTC
changed notes
changed state Open to Suspended