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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sat Apr 20 05:01:27 2024 UTC