php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #75957 unresolved external symbols for php5ts.dll
Submitted: 2018-02-14 02:53 UTC Modified: 2018-05-05 10:44 UTC
From: orynider at rdslink dot ro Assigned:
Status: No Feedback Package: LDAP related
PHP Version: 5.6.33 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: orynider at rdslink dot ro
New email:
PHP Version: OS:

 

 [2018-02-14 02:53 UTC] orynider at rdslink dot ro
Description:
------------
---
From manual page: http://www.php.net/ldap.installation
---
   Creating library Release_TS\php5ts.lib and object Release_TS\php5ts.exp

cclient_a.lib(imap4r1.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure
cclient_a.lib(mail.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure
cclient_a.lib(os_w2k.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure
cclient_a.lib(dummynt.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure
cclient_a.lib(mbxnt.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_simple_bind_s
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_unbind_s
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_msgfree
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_next_entry
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ber_free
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_next_attribute
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_value_free_len
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_get_values_len
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_first_attribute
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_memfree
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_get_dn
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_first_entry
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_search_s
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_init
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_set_option
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_err2string
Release_TS\php5ts.dll : fatal error LNK1120: 17 unresolved externals


Test script:
---------------
   Creating library Release_TS\php5ts.lib and object Release_TS\php5ts.exp

cclient_a.lib(imap4r1.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure
cclient_a.lib(mail.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure
cclient_a.lib(os_w2k.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure
cclient_a.lib(dummynt.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure
cclient_a.lib(mbxnt.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_simple_bind_s
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_unbind_s
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_msgfree
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_next_entry
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ber_free
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_next_attribute
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_value_free_len
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_get_values_len
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_first_attribute
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_memfree
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_get_dn
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_first_entry
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_search_s
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_init
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_set_option
libcurl_a.lib(ldap.obj) : error LNK2001: unresolved external symbol __imp__ldap_err2string
Release_TS\php5ts.dll : fatal error LNK1120: 17 unresolved externals


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-02-14 12:35 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2018-02-14 12:35 UTC] ab@php.net
Thanks for the report. What is your configure command? Which compiler do you use? Do you compile 64- or 32-bit and with which deps?

Thanks.
 [2018-05-05 10:44 UTC] ab@php.net
-Status: Feedback +Status: No Feedback
 [2018-05-05 10:44 UTC] ab@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC