您好,登錄后才能下訂單哦!
安裝PHP時(shí),在第一步編譯配置的時(shí)候出現(xiàn)以下信息。一時(shí)不得其解,最后看了一下信息內(nèi)容,有一個(gè)錯(cuò)誤日志文件debug.log。在錯(cuò)誤日志文件里提到了error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or director。就是系統(tǒng)缺少libltdl3的意思。
于是在網(wǎng)上下載了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 出現(xiàn)so的一般表示模塊,而不是表示某個(gè)安裝包。但可以根據(jù)模塊的名稱大致知道是什么軟件包。
+--------------------------------------------------------------------+
| *** 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. |
+--------------------------------------------------------------------+
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。