http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1567
------- Additional Comments From [EMAIL PROTECTED] 2005-09-02 17:45 ------- The following sed is in the OpenSSH instructions. sed -i -e "s/lkrb5 -ldes/lkrb5/" Makefile This is because if you use OpenSSL for crypto, instead of the included libdes library when you compile Heimdal, then the build fails. The text in the instructions needs to be updated to say this and the sed should be updated as follows: sed -i -e "s/lkrb5 -ldes/lkrb5 -lcrypto/" Makefile This would not be necessary if libcrypto is already linked into the build at this stage of compiling. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
