Wabow Information Inc. Blog
分類: 技術分享 作者: andrew
12 2 月 2009參考網址 : http://bojack.pixnet.net/blog/post/3983596
指點大師 : JaceJu
[問題描述]
當要complier php時.
./configure 都沒有錯誤訊息.
但在make時最後出現
/usr/bin/ld: cannot find -lltdl 等訊息時.
主要是因為./configure 時後面有下--with-mcrypt.而找不到該路徑所造成.
[解決方法]
重新安裝 mcrypt
指令如下:
cd /usr/local/src/libmcrypt-2.5.8/libltdl
./configure --enable-ltdl-install
make && make install
然後在重新執行complier php的指令就會一切正常了.
這個部落格分享了哇寶在電子商務領域的技術及資訊,希望能讓更多人一起為台灣的網路產業加油。