<tfoot id='ScJvE'></tfoot>
  • <i id='ScJvE'><tr id='ScJvE'><dt id='ScJvE'><q id='ScJvE'><span id='ScJvE'><b id='ScJvE'><form id='ScJvE'><ins id='ScJvE'></ins><ul id='ScJvE'></ul><sub id='ScJvE'></sub></form><legend id='ScJvE'></legend><bdo id='ScJvE'><pre id='ScJvE'><center id='ScJvE'></center></pre></bdo></b><th id='ScJvE'></th></span></q></dt></tr></i><div id='ScJvE'><tfoot id='ScJvE'></tfoot><dl id='ScJvE'><fieldset id='ScJvE'></fieldset></dl></div>

      <bdo id='ScJvE'></bdo><ul id='ScJvE'></ul>
  • <small id='ScJvE'></small><noframes id='ScJvE'>

    <legend id='ScJvE'><style id='ScJvE'><dir id='ScJvE'><q id='ScJvE'></q></dir></style></legend>

        致命错误:在 ubuntu 中调用未定义函数 ldap_connect()

        时间:2024-08-23

              • <i id='h2Uz4'><tr id='h2Uz4'><dt id='h2Uz4'><q id='h2Uz4'><span id='h2Uz4'><b id='h2Uz4'><form id='h2Uz4'><ins id='h2Uz4'></ins><ul id='h2Uz4'></ul><sub id='h2Uz4'></sub></form><legend id='h2Uz4'></legend><bdo id='h2Uz4'><pre id='h2Uz4'><center id='h2Uz4'></center></pre></bdo></b><th id='h2Uz4'></th></span></q></dt></tr></i><div id='h2Uz4'><tfoot id='h2Uz4'></tfoot><dl id='h2Uz4'><fieldset id='h2Uz4'></fieldset></dl></div>
                <legend id='h2Uz4'><style id='h2Uz4'><dir id='h2Uz4'><q id='h2Uz4'></q></dir></style></legend>
                  <bdo id='h2Uz4'></bdo><ul id='h2Uz4'></ul>
                    <tbody id='h2Uz4'></tbody>

                  <small id='h2Uz4'></small><noframes id='h2Uz4'>

                  <tfoot id='h2Uz4'></tfoot>
                • 本文介绍了致命错误:在 ubuntu 中调用未定义函数 ldap_connect()的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试通过 PHP 连接到我的 LDAP 服务器,但出现以下错误:

                  I'm trying to connect to my LDAP server via PHP, but I get the following error:

                  致命错误:调用未定义函数 ldap_connect()

                  Fatal error: Call to undefined function ldap_connect()

                  任何帮助将不胜感激.

                  提前致谢,肉山

                  推荐答案

                  确保 LDAP 扩展 已安装并启用.这个答案假设你有 PHP5,但是,对于 PHP7,事情也应该类似地工作.

                  Make sure the LDAP extension is installed and enabled. This answer assumes you have PHP5, however, things should work similarly for PHP7 as well.

                  安装 LDAP 扩展

                  应该有一个类似php5-ldap的包:

                  aptitude show php5-ldap
                  Paquet: php5-ldap
                  ...
                  Description: LDAP module for php5                                                                                                                                                                                                           
                   This package provides a module for LDAP functions in PHP scripts.
                  

                  因此,包通常可以这样安装:

                  Thus, the package can usually be installed like:

                  sudo apt-get install php5-ldap
                  

                  如果您不使用 apt-get,请使用您使用的包管理器的等效命令.

                  If you do not use apt-get, use the equivalent command for the package manager you use.

                  启用 LDAP 扩展

                  要在安装后启用包,可以使用以下命令:

                  To enable the package after installation, you can use this command:

                  sudo php5enmod ldap
                  

                  如果您从上述命令中收到任何错误消息,则表示出现问题.

                  If you get any error message from the above command, it means something went wrong.

                  注意: 启用包后,通常需要重启/重新加载服务才能识别新启用的模块.对于 apache,您可以通过以下方式执行此操作:

                  Note: After enabling the package, you usually have to restart / reload services so that the newly enabled module is recognized. For apache, you can do this by:

                  sudo service apache2 restart
                  

                  如果您不使用 apache,请为您的服务器使用等效命令.

                  If you do not use apache, please use the equivalent command for your server.

                  这篇关于致命错误:在 ubuntu 中调用未定义函数 ldap_connect()的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:LDAP 问题,ldap_bind 无效的 dn 语法 下一篇:PHP 警告:ldap_bind():无法绑定到服务器:无法联系 LDAP 服务器

                  相关文章

                  • <bdo id='5m3O8'></bdo><ul id='5m3O8'></ul>
                  <i id='5m3O8'><tr id='5m3O8'><dt id='5m3O8'><q id='5m3O8'><span id='5m3O8'><b id='5m3O8'><form id='5m3O8'><ins id='5m3O8'></ins><ul id='5m3O8'></ul><sub id='5m3O8'></sub></form><legend id='5m3O8'></legend><bdo id='5m3O8'><pre id='5m3O8'><center id='5m3O8'></center></pre></bdo></b><th id='5m3O8'></th></span></q></dt></tr></i><div id='5m3O8'><tfoot id='5m3O8'></tfoot><dl id='5m3O8'><fieldset id='5m3O8'></fieldset></dl></div>
                • <tfoot id='5m3O8'></tfoot>

                      <legend id='5m3O8'><style id='5m3O8'><dir id='5m3O8'><q id='5m3O8'></q></dir></style></legend>

                      <small id='5m3O8'></small><noframes id='5m3O8'>