您好,登錄后才能下訂單哦!
安裝PHP時,在第一步編譯配置的時候出現以下信息。一時不得其解,最后看了一下信息內容,有一個錯誤日志文件debug.log。在錯誤日志文件里提到了error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or director。就是系統缺少libltdl3的意思。
于是在網上下載了https://rpmfind.net/linux/rpm2html/search.php?query=libltdl3&submit=Search+...&system=&arch=
libltdl3-1.5.18-1mdk.i586.rpm 安裝成功后。重新編譯安裝PHP,成功。
提示:
1、libltdl.so.3 出現so的一般表示模塊,而不是表示某個安裝包。但可以根據模塊的名稱大致知道是什么軟件包。
+--------------------------------------------------------------------+
| *** ATTENTION *** |
| |
| Something is likely to be messed up here, because the configure |
| script was not able to detect a simple feature on your platform. |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages. |
| |
| If you are unable to fix this, send the file debug.log to the |
| php-install@lists.php.net mailing list and include appropiate |
| information about your setup. |
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。