In installing php-5.6.1 I found a problem with an optional link created in installing zsh-5.0.7.

Toward the end of the zsh installation in the systemd BLFS book (Version 2014-10-11), in the section beginning with "Linking zsh dynamically against . . ." a link for libgdbm is created:

ln -v -sf ../../lib/libdgbm.so.3 /usr/lib/libgdbm.so

This should be:

ln -v -sf ../../lib/libdgbm.so.4 /usr/lib/libgdbm.so

Alan
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to