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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
30 - 16 = ?
Subscribe to this entry?

 
 [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 14:01:29 2024 UTC