/usr/bin/ld: cannot
find -lltdl
*** Error code 1
PHP-5.3.3 をインストール中にエラー発生。
FreeBSD7.3にて。
http://d.hatena.ne.jp/akiyan/20061128/1164713205 を見て解決。
# cd /usr/ports/security/libmcrypt-2.5.7/libltdl
# ./configure --enable-ltdl-install
# make install clean
その後PHPを再度 make; make test; make install して完了。
PHP-5.3.3 をインストール中にエラー発生。
FreeBSD7.3にて。
http://d.hatena.ne.jp/akiyan/20061128/1164713205 を見て解決。
# cd /usr/ports/security/libmcrypt-2.5.7/libltdl
# ./configure --enable-ltdl-install
# make install clean
その後PHPを再度 make; make test; make install して完了。





